protected static enum ImageAreaSelect.PropertyKeys extends java.lang.Enum<ImageAreaSelect.PropertyKeys>
| Enum Constant and Description |
|---|
aspectRatio |
autoHide |
fadeSpeed |
forValue |
handles |
hide |
imageHeight |
imageWidth |
keyboardSupport |
maxHeight |
maxWidth |
minHeight |
minWidth |
movable |
parentSelector |
persistent |
resizable |
show |
widgetVar |
zIndex |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ImageAreaSelect.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageAreaSelect.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageAreaSelect.PropertyKeys widgetVar
public static final ImageAreaSelect.PropertyKeys forValue
@Option public static final ImageAreaSelect.PropertyKeys aspectRatio
@Option public static final ImageAreaSelect.PropertyKeys autoHide
@Option public static final ImageAreaSelect.PropertyKeys fadeSpeed
@Option public static final ImageAreaSelect.PropertyKeys handles
@Option public static final ImageAreaSelect.PropertyKeys hide
@Option public static final ImageAreaSelect.PropertyKeys imageHeight
@Option public static final ImageAreaSelect.PropertyKeys imageWidth
@Option public static final ImageAreaSelect.PropertyKeys movable
@Option public static final ImageAreaSelect.PropertyKeys persistent
@Option public static final ImageAreaSelect.PropertyKeys resizable
@Option public static final ImageAreaSelect.PropertyKeys show
@Option public static final ImageAreaSelect.PropertyKeys zIndex
@Option public static final ImageAreaSelect.PropertyKeys maxHeight
@Option public static final ImageAreaSelect.PropertyKeys maxWidth
@Option public static final ImageAreaSelect.PropertyKeys minHeight
@Option public static final ImageAreaSelect.PropertyKeys minWidth
@Option(escapeText=true, useDoubleQuotes=true) public static final ImageAreaSelect.PropertyKeys parentSelector
@Option public static final ImageAreaSelect.PropertyKeys keyboardSupport
public static ImageAreaSelect.PropertyKeys[] values()
for (ImageAreaSelect.PropertyKeys c : ImageAreaSelect.PropertyKeys.values()) System.out.println(c);
public static ImageAreaSelect.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<ImageAreaSelect.PropertyKeys>Copyright © 2011-2014. All Rights Reserved.