protected static enum BaseHideablePanel.PropertyKeys extends Enum<BaseHideablePanel.PropertyKeys>
Enum Constant and Description |
---|
disableWhenHidden |
lazy |
refreshOnShow |
suppressInputs |
twoPass |
visible |
Modifier and Type | Method and Description |
---|---|
static BaseHideablePanel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseHideablePanel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseHideablePanel.PropertyKeys visible
public static final BaseHideablePanel.PropertyKeys lazy
public static final BaseHideablePanel.PropertyKeys refreshOnShow
public static final BaseHideablePanel.PropertyKeys twoPass
public static final BaseHideablePanel.PropertyKeys disableWhenHidden
public static final BaseHideablePanel.PropertyKeys suppressInputs
public static BaseHideablePanel.PropertyKeys[] values()
for (BaseHideablePanel.PropertyKeys c : BaseHideablePanel.PropertyKeys.values()) System.out.println(c);
public static BaseHideablePanel.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 null