Uses of Interface
org.zkoss.zk.ui.util.ThemeURIHandler
-
Packages that use ThemeURIHandler Package Description org.zkoss.zk.ui.util org.zkoss.zkmax.theme -
-
Uses of ThemeURIHandler in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return types with arguments of type ThemeURIHandler Modifier and Type Method Description java.util.List<ThemeURIHandler>Configuration. getThemeURIHandlers()Returns a list ofThemeURIHandler.Methods in org.zkoss.zk.ui.util with parameters of type ThemeURIHandler Modifier and Type Method Description voidConfiguration. addThemeURIHandler(ThemeURIHandler themeURIHandler)Add aThemeURIHandler. -
Uses of ThemeURIHandler in org.zkoss.zkmax.theme
Classes in org.zkoss.zkmax.theme that implement ThemeURIHandler Modifier and Type Class Description classTabletThemeURIHandlerTabletThemeURIHandler is a ThemeURIHandler to provide tablet theme uri.
-