org.primefaces.component.slidemenu
Enum SlideMenu.PropertyKeys
java.lang.Object
java.lang.Enum<SlideMenu.PropertyKeys>
org.primefaces.component.slidemenu.SlideMenu.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<SlideMenu.PropertyKeys>
- Enclosing class:
- SlideMenu
protected static enum SlideMenu.PropertyKeys
- extends Enum<SlideMenu.PropertyKeys>
widgetVar
public static final SlideMenu.PropertyKeys widgetVar
model
public static final SlideMenu.PropertyKeys model
style
public static final SlideMenu.PropertyKeys style
styleClass
public static final SlideMenu.PropertyKeys styleClass
backLabel
public static final SlideMenu.PropertyKeys backLabel
trigger
public static final SlideMenu.PropertyKeys trigger
my
public static final SlideMenu.PropertyKeys my
at
public static final SlideMenu.PropertyKeys at
overlay
public static final SlideMenu.PropertyKeys overlay
triggerEvent
public static final SlideMenu.PropertyKeys triggerEvent
values
public static SlideMenu.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 (SlideMenu.PropertyKeys c : SlideMenu.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 SlideMenu.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<SlideMenu.PropertyKeys>
Copyright © 2013. All Rights Reserved.