org.primefaces.component.panel
Enum Panel.PropertyKeys
java.lang.Object
java.lang.Enum<Panel.PropertyKeys>
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>
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
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.