protected static enum HtmlPanelGroup.PropertyKeys extends Enum<HtmlPanelGroup.PropertyKeys>
| Enum Constant and Description | 
|---|
| layout | 
| style | 
| styleClass | 
| Modifier and Type | Method and Description | 
|---|---|
| static HtmlPanelGroup.PropertyKeys | valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 The Apache Software Foundation. All Rights Reserved.