org.primefaces.component.selectmanybutton
Enum SelectManyButton.PropertyKeys
java.lang.Object
java.lang.Enum<SelectManyButton.PropertyKeys>
org.primefaces.component.selectmanybutton.SelectManyButton.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<SelectManyButton.PropertyKeys>
- Enclosing class:
- SelectManyButton
protected static enum SelectManyButton.PropertyKeys
- extends Enum<SelectManyButton.PropertyKeys>
widgetVar
public static final SelectManyButton.PropertyKeys widgetVar
disabled
public static final SelectManyButton.PropertyKeys disabled
label
public static final SelectManyButton.PropertyKeys label
onchange
public static final SelectManyButton.PropertyKeys onchange
style
public static final SelectManyButton.PropertyKeys style
styleClass
public static final SelectManyButton.PropertyKeys styleClass
values
public static SelectManyButton.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 (SelectManyButton.PropertyKeys c : SelectManyButton.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 SelectManyButton.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<SelectManyButton.PropertyKeys>
Copyright © 2013. All rights reserved.