Uses of Class
org.zkoss.web.theme.Theme

Packages that use Theme
org.zkoss.web.theme   
 

Uses of Theme in org.zkoss.web.theme
 

Subclasses of Theme in org.zkoss.web.theme
 class StandardTheme
          A standard implementation of Theme.
 

Methods in org.zkoss.web.theme that return Theme
 Theme ThemeRegistry.getTheme(String themeName)
          Returns the theme identified by themeName
 Theme[] ThemeRegistry.getThemes()
           
 

Methods in org.zkoss.web.theme with parameters of type Theme
 boolean ThemeRegistry.deregister(Theme theme)
          Remove a theme from web application's use
 boolean 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.
 



Copyright © 2015. All rights reserved.