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 class
StandardTheme
A standard implementation of Theme.Methods in org.zkoss.web.theme that return Theme Modifier and Type Method Description Theme
ThemeRegistry. 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 boolean
ThemeRegistry. deregister(Theme theme)
Remove a theme from web application's useboolean
ThemeRegistry. 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 Theme
ResponsiveThemeRegistry. 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 boolean
ResponsiveThemeRegistry. deregister(Theme theme)
Removes a desktop or a tablet theme from registryboolean
ResponsiveThemeRegistry. 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 Theme
DesktopThemeRegistry. 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 boolean
DesktopThemeRegistry. deregister(Theme theme)
Remove a theme from the list of available desktop themesboolean
DesktopThemeRegistry. register(Theme theme)
Register a desktop theme.
-