org.primefaces.component.panel
Enum Panel.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Panel.PropertyKeys>
      extended by org.primefaces.component.panel.Panel.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<Panel.PropertyKeys>
Enclosing class:
Panel

protected static enum Panel.PropertyKeys
extends Enum<Panel.PropertyKeys>


Enum Constant Summary
closable
           
closeSpeed
           
closeTitle
           
collapsed
           
footer
           
header
           
menuTitle
           
style
           
styleClass
           
toggleable
           
toggleOrientation
           
toggleSpeed
           
toggleTitle
           
visible
           
widgetVar
           
 
Method Summary
 String toString()
           
static Panel.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Panel.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 Panel.PropertyKeys widgetVar

header

public static final Panel.PropertyKeys header

footer

public static final Panel.PropertyKeys footer

toggleable

public static final Panel.PropertyKeys toggleable

toggleSpeed

public static final Panel.PropertyKeys toggleSpeed

style

public static final Panel.PropertyKeys style

styleClass

public static final Panel.PropertyKeys styleClass

collapsed

public static final Panel.PropertyKeys collapsed

closable

public static final Panel.PropertyKeys closable

closeSpeed

public static final Panel.PropertyKeys closeSpeed

visible

public static final Panel.PropertyKeys visible

closeTitle

public static final Panel.PropertyKeys closeTitle

toggleTitle

public static final Panel.PropertyKeys toggleTitle

menuTitle

public static final Panel.PropertyKeys menuTitle

toggleOrientation

public static final Panel.PropertyKeys toggleOrientation
Method Detail

values

public static Panel.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 (Panel.PropertyKeys c : Panel.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 Panel.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<Panel.PropertyKeys>


Copyright © 2013. All rights reserved.