Uses of Class
org.zkoss.web.theme.Theme
-
Packages that use Theme Package Description org.zkoss.web.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.
-