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
public static final ImageAreaSelect.PropertyKeys aspectRatio
public static final ImageAreaSelect.PropertyKeys autoHide
public static final ImageAreaSelect.PropertyKeys fadeSpeed
public static final ImageAreaSelect.PropertyKeys handles
public static final ImageAreaSelect.PropertyKeys hide
public static final ImageAreaSelect.PropertyKeys imageHeight
public static final ImageAreaSelect.PropertyKeys imageWidth
public static final ImageAreaSelect.PropertyKeys movable
public static final ImageAreaSelect.PropertyKeys persistent
public static final ImageAreaSelect.PropertyKeys resizable
public static final ImageAreaSelect.PropertyKeys show
public static final ImageAreaSelect.PropertyKeys zIndex
public static final ImageAreaSelect.PropertyKeys maxHeight
public static final ImageAreaSelect.PropertyKeys maxWidth
public static final ImageAreaSelect.PropertyKeys minHeight
public static final ImageAreaSelect.PropertyKeys minWidth
public static final ImageAreaSelect.PropertyKeys parentSelector
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–2021. All rights reserved.