Uses of Class
org.zkoss.web.theme.Theme
-
Packages that use Theme Package Description org.zkoss.web.theme org.zkoss.zkmax.theme org.zkoss.zul.theme -
-
Uses of Theme in org.zkoss.web.theme
Subclasses of Theme in org.zkoss.web.theme Modifier and Type Class Description classStandardThemeA standard implementation of Theme.Methods in org.zkoss.web.theme that return Theme Modifier and Type Method Description ThemeThemeRegistry. getTheme(java.lang.String themeName)Returns the theme identified by themeNameTheme[]ThemeRegistry. getThemes()Methods in org.zkoss.web.theme with parameters of type Theme Modifier and Type Method Description booleanThemeRegistry. deregister(Theme theme)Remove a theme from web application's usebooleanThemeRegistry. register(Theme theme)Register a theme, i.e. making the theme known to the web application Note: how to deal with duplicate registration is entirely up to the specific implementation of ThemeRegistry. -
Uses of Theme in org.zkoss.zkmax.theme
Methods in org.zkoss.zkmax.theme that return Theme Modifier and Type Method Description ThemeResponsiveThemeRegistry. getTheme(java.lang.String themeName)Returns the registered device-specific theme; null if not found in registryTheme[]ResponsiveThemeRegistry. getThemes()Returns the available themes, responsive to the users' deviceMethods in org.zkoss.zkmax.theme with parameters of type Theme Modifier and Type Method Description booleanResponsiveThemeRegistry. deregister(Theme theme)Removes a desktop or a tablet theme from registrybooleanResponsiveThemeRegistry. register(Theme theme)Registers a desktop or a tablet theme Tablet themes must be identified with the "tablet:" prefix. -
Uses of Theme in org.zkoss.zul.theme
Methods in org.zkoss.zul.theme that return Theme Modifier and Type Method Description ThemeDesktopThemeRegistry. getTheme(java.lang.String themeName)Returns the desktop theme with the given nameTheme[]DesktopThemeRegistry. getThemes()Returns a list of currently registered desktop themesMethods in org.zkoss.zul.theme with parameters of type Theme Modifier and Type Method Description booleanDesktopThemeRegistry. deregister(Theme theme)Remove a theme from the list of available desktop themesbooleanDesktopThemeRegistry. register(Theme theme)Register a desktop theme.
-