protected static enum PanelBase.PropertyKeys extends java.lang.Enum<PanelBase.PropertyKeys>
| Enum Constant and Description |
|---|
closable |
closeSpeed |
collapsed |
disableInputs |
footer |
header |
previousDisableInputs |
style |
styleClass |
toggleable |
toggleSpeed |
visible |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static PanelBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PanelBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PanelBase.PropertyKeys closable
public static final PanelBase.PropertyKeys closeSpeed
public static final PanelBase.PropertyKeys collapsed
public static final PanelBase.PropertyKeys disableInputs
public static final PanelBase.PropertyKeys footer
public static final PanelBase.PropertyKeys header
public static final PanelBase.PropertyKeys style
public static final PanelBase.PropertyKeys styleClass
public static final PanelBase.PropertyKeys toggleSpeed
public static final PanelBase.PropertyKeys toggleable
public static final PanelBase.PropertyKeys visible
public static final PanelBase.PropertyKeys widgetVar
public static final PanelBase.PropertyKeys previousDisableInputs
public static PanelBase.PropertyKeys[] values()
for (PanelBase.PropertyKeys c : PanelBase.PropertyKeys.values()) System.out.println(c);
public static PanelBase.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<PanelBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.