| Package | Description |
|---|---|
| org.zkoss.web.theme |
| Modifier and Type | Field and Description |
|---|---|
static StandardTheme.ThemeOrigin |
StandardTheme.DEFAULT_ORIGIN
Origin of the default theme.
|
| Modifier and Type | Method and Description |
|---|---|
StandardTheme.ThemeOrigin |
StandardTheme.getOrigin() |
static StandardTheme.ThemeOrigin |
StandardTheme.ThemeOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardTheme.ThemeOrigin[] |
StandardTheme.ThemeOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StandardTheme(String themeName,
StandardTheme.ThemeOrigin origin)
Instantiate a standard theme
|
StandardTheme(String themeName,
String displayName,
int priority,
StandardTheme.ThemeOrigin origin)
Instantiate a standard theme
|
Copyright © 2016. All rights reserved.