protected static enum HtmlPanelGroup.PropertyKeys extends java.lang.Enum<HtmlPanelGroup.PropertyKeys>
Enum Constant and Description |
---|
layout |
style |
styleClass |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
toString |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlPanelGroup.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlPanelGroup.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlPanelGroup.PropertyKeys layout
public static final HtmlPanelGroup.PropertyKeys style
public static final HtmlPanelGroup.PropertyKeys styleClass
public static HtmlPanelGroup.PropertyKeys[] values()
for (HtmlPanelGroup.PropertyKeys c : HtmlPanelGroup.PropertyKeys.values()) System.out.println(c);
public static HtmlPanelGroup.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlPanelGroup.PropertyKeys>