protected static enum Fieldset.PropertyKeys extends Enum<Fieldset.PropertyKeys>
Enum Constant and Description |
---|
collapsed |
legend |
style |
styleClass |
toggleable |
toggleSpeed |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Fieldset.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fieldset.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fieldset.PropertyKeys widgetVar
public static final Fieldset.PropertyKeys legend
public static final Fieldset.PropertyKeys style
public static final Fieldset.PropertyKeys styleClass
public static final Fieldset.PropertyKeys toggleable
public static final Fieldset.PropertyKeys toggleSpeed
public static final Fieldset.PropertyKeys collapsed
public static Fieldset.PropertyKeys[] values()
for (Fieldset.PropertyKeys c : Fieldset.PropertyKeys.values()) System.out.println(c);
public static Fieldset.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 nullpublic String toString()
toString
in class Enum<Fieldset.PropertyKeys>
Copyright © 2015. All rights reserved.