org.primefaces.component.resizable
Enum Resizable.PropertyKeys
java.lang.Object
java.lang.Enum<Resizable.PropertyKeys>
org.primefaces.component.resizable.Resizable.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Resizable.PropertyKeys>
- Enclosing class:
- Resizable
protected static enum Resizable.PropertyKeys
- extends Enum<Resizable.PropertyKeys>
widgetVar
public static final Resizable.PropertyKeys widgetVar
forValue
public static final Resizable.PropertyKeys forValue
aspectRatio
public static final Resizable.PropertyKeys aspectRatio
proxy
public static final Resizable.PropertyKeys proxy
handles
public static final Resizable.PropertyKeys handles
ghost
public static final Resizable.PropertyKeys ghost
animate
public static final Resizable.PropertyKeys animate
effect
public static final Resizable.PropertyKeys effect
effectDuration
public static final Resizable.PropertyKeys effectDuration
maxWidth
public static final Resizable.PropertyKeys maxWidth
maxHeight
public static final Resizable.PropertyKeys maxHeight
minWidth
public static final Resizable.PropertyKeys minWidth
minHeight
public static final Resizable.PropertyKeys minHeight
containment
public static final Resizable.PropertyKeys containment
grid
public static final Resizable.PropertyKeys grid
onStart
public static final Resizable.PropertyKeys onStart
onResize
public static final Resizable.PropertyKeys onResize
onStop
public static final Resizable.PropertyKeys onStop
values
public static Resizable.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Resizable.PropertyKeys c : Resizable.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Resizable.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<Resizable.PropertyKeys>
Copyright © 2012. All Rights Reserved.