Uses of Interface
org.zkoss.web.theme.ThemeRegistry
-
Packages that use ThemeRegistry Package Description org.zkoss.web.fn org.zkoss.zkmax.theme org.zkoss.zul.theme -
-
Uses of ThemeRegistry in org.zkoss.web.fn
Methods in org.zkoss.web.fn that return ThemeRegistry Modifier and Type Method Description static ThemeRegistry
ThemeFns. getThemeRegistry()
Returns the current theme registryMethods in org.zkoss.web.fn with parameters of type ThemeRegistry Modifier and Type Method Description static void
ThemeFns. setThemeRegistry(ThemeRegistry themeRegistry)
Change the theme registry -
Uses of ThemeRegistry in org.zkoss.zkmax.theme
Classes in org.zkoss.zkmax.theme that implement ThemeRegistry Modifier and Type Class Description class
ResponsiveThemeRegistry
A standard implementation of ThemeRegistry, used in ZK EE Used to keep track of a separate list of available tablet themes. -
Uses of ThemeRegistry in org.zkoss.zul.theme
Classes in org.zkoss.zul.theme that implement ThemeRegistry Modifier and Type Class Description class
DesktopThemeRegistry
A standard implementation of ThemeRegistry, used in ZK CE/PE Used to keep track of a list of available desktop themes to apply
-