protected static enum Resizable.PropertyKeys extends Enum<Resizable.PropertyKeys>
Enum Constant and Description |
---|
animate |
aspectRatio |
containment |
effect |
effectDuration |
forValue |
ghost |
grid |
handles |
maxHeight |
maxWidth |
minHeight |
minWidth |
onResize |
onStart |
onStop |
proxy |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Resizable.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resizable.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resizable.PropertyKeys widgetVar
public static final Resizable.PropertyKeys forValue
public static final Resizable.PropertyKeys aspectRatio
public static final Resizable.PropertyKeys proxy
public static final Resizable.PropertyKeys handles
public static final Resizable.PropertyKeys ghost
public static final Resizable.PropertyKeys animate
public static final Resizable.PropertyKeys effect
public static final Resizable.PropertyKeys effectDuration
public static final Resizable.PropertyKeys maxWidth
public static final Resizable.PropertyKeys maxHeight
public static final Resizable.PropertyKeys minWidth
public static final Resizable.PropertyKeys minHeight
public static final Resizable.PropertyKeys containment
public static final Resizable.PropertyKeys grid
public static final Resizable.PropertyKeys onStart
public static final Resizable.PropertyKeys onResize
public static final Resizable.PropertyKeys onStop
public static Resizable.PropertyKeys[] values()
for (Resizable.PropertyKeys c : Resizable.PropertyKeys.values()) System.out.println(c);
public static Resizable.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 nullpublic String toString()
toString
in class Enum<Resizable.PropertyKeys>
Copyright © 2015. All rights reserved.