Package | Description |
---|---|
org.zkoss.web.theme | |
org.zkoss.zkmax.theme | |
org.zkoss.zul.theme |
Modifier and Type | Class and Description |
---|---|
class |
StandardTheme
A standard implementation of Theme.
|
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeRegistry.getTheme(java.lang.String themeName)
Returns the theme identified by themeName
|
Theme[] |
ThemeRegistry.getThemes() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Theme |
ResponsiveThemeRegistry.getTheme(java.lang.String themeName)
Returns the registered device-specific theme; null if not found in registry
|
Theme[] |
ResponsiveThemeRegistry.getThemes()
Returns the available themes, responsive to the users' device
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResponsiveThemeRegistry.deregister(Theme theme)
Removes a desktop or a tablet theme from registry
Tablet themes must be identified with the "tablet:" prefix.
|
boolean |
ResponsiveThemeRegistry.register(Theme theme)
Registers a desktop or a tablet theme
Tablet themes must be identified with the "tablet:" prefix.
|
Modifier and Type | Method and Description |
---|---|
Theme |
DesktopThemeRegistry.getTheme(java.lang.String themeName)
Returns the desktop theme with the given name
|
Theme[] |
DesktopThemeRegistry.getThemes()
Returns a list of currently registered desktop themes
|
Modifier and Type | Method and Description |
---|---|
boolean |
DesktopThemeRegistry.deregister(Theme theme)
Remove a theme from the list of available desktop themes
|
boolean |
DesktopThemeRegistry.register(Theme theme)
Register a desktop theme.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.