Uses of Class
org.zkoss.web.theme.StandardTheme.ThemeOrigin
-
Packages that use StandardTheme.ThemeOrigin Package Description org.zkoss.web.theme org.zkoss.zul.theme -
-
Uses of StandardTheme.ThemeOrigin in org.zkoss.web.theme
Fields in org.zkoss.web.theme declared as StandardTheme.ThemeOrigin Modifier and Type Field Description static StandardTheme.ThemeOrigin
StandardTheme. DEFAULT_ORIGIN
Origin of the default theme.Methods in org.zkoss.web.theme that return StandardTheme.ThemeOrigin Modifier and Type Method Description StandardTheme.ThemeOrigin
StandardTheme. getOrigin()
static StandardTheme.ThemeOrigin
StandardTheme.ThemeOrigin. valueOf(java.lang.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.Constructors in org.zkoss.web.theme with parameters of type StandardTheme.ThemeOrigin Constructor Description StandardTheme(java.lang.String themeName, java.lang.String displayName, int priority, StandardTheme.ThemeOrigin origin)
Instantiate a standard themeStandardTheme(java.lang.String themeName, StandardTheme.ThemeOrigin origin)
Instantiate a standard theme -
Uses of StandardTheme.ThemeOrigin in org.zkoss.zul.theme
Methods in org.zkoss.zul.theme with parameters of type StandardTheme.ThemeOrigin Modifier and Type Method Description static void
Themes. register(java.lang.String themeName, java.lang.String displayName, int priority, StandardTheme.ThemeOrigin origin)
Register the theme, its display name, its priority; and also specifies its origin (e.g. from JAR or from FOLDER).static void
Themes. register(java.lang.String themeName, StandardTheme.ThemeOrigin origin)
Register the theme, and specifies its origin (e.g. from JAR or from FOLDER) Please useThemes.register("custom", Themes.ThemeOrigin.FOLDER)
to make your custom theme available if the theme resource is inside a folder
-