public static enum StepsBase.PropertyKeys extends Enum<StepsBase.PropertyKeys>
Enum Constant and Description |
---|
activeIndex |
model |
readonly |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static StepsBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepsBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepsBase.PropertyKeys widgetVar
public static final StepsBase.PropertyKeys model
public static final StepsBase.PropertyKeys style
public static final StepsBase.PropertyKeys styleClass
public static final StepsBase.PropertyKeys activeIndex
public static final StepsBase.PropertyKeys readonly
public static StepsBase.PropertyKeys[] values()
for (StepsBase.PropertyKeys c : StepsBase.PropertyKeys.values()) System.out.println(c);
public static StepsBase.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 © 2020. All rights reserved.