protected static enum ResizableBase.PropertyKeys extends java.lang.Enum<ResizableBase.PropertyKeys>
| Enum Constant and Description |
|---|
animate |
aspectRatio |
containment |
effect |
effectDuration |
forValue |
ghost |
grid |
handles |
maxHeight |
maxWidth |
minHeight |
minWidth |
proxy |
resizeListener |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ResizableBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResizableBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResizableBase.PropertyKeys animate
public static final ResizableBase.PropertyKeys aspectRatio
public static final ResizableBase.PropertyKeys containment
public static final ResizableBase.PropertyKeys effect
public static final ResizableBase.PropertyKeys effectDuration
public static final ResizableBase.PropertyKeys forValue
public static final ResizableBase.PropertyKeys ghost
public static final ResizableBase.PropertyKeys grid
public static final ResizableBase.PropertyKeys handles
public static final ResizableBase.PropertyKeys maxHeight
public static final ResizableBase.PropertyKeys maxWidth
public static final ResizableBase.PropertyKeys minHeight
public static final ResizableBase.PropertyKeys minWidth
public static final ResizableBase.PropertyKeys proxy
public static final ResizableBase.PropertyKeys resizeListener
public static ResizableBase.PropertyKeys[] values()
for (ResizableBase.PropertyKeys c : ResizableBase.PropertyKeys.values()) System.out.println(c);
public static ResizableBase.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<ResizableBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.