org.primefaces.component.resizable
Enum Resizable.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Resizable.PropertyKeys>
      extended by 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>


Enum Constant Summary
animate
           
aspectRatio
           
containment
           
effect
           
effectDuration
           
forValue
           
ghost
           
grid
           
handles
           
maxHeight
           
maxWidth
           
minHeight
           
minWidth
           
onResize
           
onStart
           
onStop
           
proxy
           
widgetVar
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2013. All rights reserved.