protected static enum BlockUI.PropertyKeys extends java.lang.Enum<BlockUI.PropertyKeys>
| Enum Constant and Description |
|---|
autoShow |
centerX |
centerY |
content |
css |
cssOverlay |
event |
fadeIn |
fadeOut |
focusInput |
showOverlay |
source |
target |
timeout |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
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 final BlockUI.PropertyKeys fadeIn
public static final BlockUI.PropertyKeys fadeOut
public static final BlockUI.PropertyKeys showOverlay
public static final BlockUI.PropertyKeys focusInput
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 nullCopyright © 2011–2021. All rights reserved.