Uses of Class
org.teamapps.ux.session.StylingTheme
| Package | Description |
|---|---|
| org.teamapps.ux.session | |
| org.teamapps.webcontroller |
-
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)