public static enum BlockUIBase.PropertyKeys extends Enum<BlockUIBase.PropertyKeys>
Enum Constant and Description |
---|
animate |
block |
blocked |
styleClass |
trigger |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static BlockUIBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockUIBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockUIBase.PropertyKeys widgetVar
public static final BlockUIBase.PropertyKeys trigger
public static final BlockUIBase.PropertyKeys block
public static final BlockUIBase.PropertyKeys blocked
public static final BlockUIBase.PropertyKeys animate
public static final BlockUIBase.PropertyKeys styleClass
public static BlockUIBase.PropertyKeys[] values()
for (BlockUIBase.PropertyKeys c : BlockUIBase.PropertyKeys.values()) System.out.println(c);
public static BlockUIBase.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.