Uses of Class
org.teamapps.ux.session.StylingTheme
-
Packages that use StylingTheme Package Description org.teamapps.ux.application org.teamapps.ux.session org.teamapps.webcontroller -
-
Uses of StylingTheme in org.teamapps.ux.application
Methods in org.teamapps.ux.application that return StylingTheme Modifier and Type Method Description StylingThemeApplicationTheme. getApplicationTheme()Methods in org.teamapps.ux.application with parameters of type StylingTheme Modifier and Type Method Description static ApplicationThemeApplicationTheme. createTheme(java.io.File applicationBackgroundImageFile, StylingTheme applicationTheme)static ApplicationThemeApplicationTheme. createTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme)static ApplicationThemeApplicationTheme. createTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme, java.lang.String customIconStyleId, java.lang.String customIconLibraryId)static ApplicationThemeApplicationTheme. createTheme(java.net.URL applicationBackgroundImageURL, StylingTheme applicationTheme) -
Uses of StylingTheme in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return StylingTheme Modifier and Type Method Description StylingThemeSessionConfiguration. getTheme()static StylingThemeStylingTheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StylingTheme[]StylingTheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.session with parameters of type StylingTheme Modifier and Type Method Description static SessionConfigurationSessionConfiguration. create(java.util.Locale userLocale, java.time.ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch)voidSessionConfiguration. setTheme(StylingTheme theme) -
Uses of StylingTheme in org.teamapps.webcontroller
Methods in org.teamapps.webcontroller with parameters of type StylingTheme Modifier and Type Method Description voidSimpleApplicationWebController. registerCustomAppTheme(java.lang.String appName, StylingTheme theme)
-