protected static enum BlockUI.PropertyKeys extends java.lang.Enum<BlockUI.PropertyKeys>
| Enum Constant and Description |
|---|
autoShow |
centerX |
centerY |
content |
css |
cssOverlay |
event |
source |
target |
timeout |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BlockUI.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockUI.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockUI.PropertyKeys widgetVar
public static final BlockUI.PropertyKeys css
public static final BlockUI.PropertyKeys cssOverlay
public static final BlockUI.PropertyKeys source
public static final BlockUI.PropertyKeys target
public static final BlockUI.PropertyKeys content
public static final BlockUI.PropertyKeys event
public static final BlockUI.PropertyKeys autoShow
public static final BlockUI.PropertyKeys timeout
public static final BlockUI.PropertyKeys centerX
public static final BlockUI.PropertyKeys centerY
public static BlockUI.PropertyKeys[] values()
for (BlockUI.PropertyKeys c : BlockUI.PropertyKeys.values()) System.out.println(c);
public static BlockUI.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<BlockUI.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.