org.primefaces.component.picklist
Enum PickList.PropertyKeys
java.lang.Object
java.lang.Enum<PickList.PropertyKeys>
org.primefaces.component.picklist.PickList.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<PickList.PropertyKeys>
- Enclosing class:
- PickList
protected static enum PickList.PropertyKeys
- extends Enum<PickList.PropertyKeys>
widgetVar
public static final PickList.PropertyKeys widgetVar
var
public static final PickList.PropertyKeys var
itemLabel
public static final PickList.PropertyKeys itemLabel
itemValue
public static final PickList.PropertyKeys itemValue
style
public static final PickList.PropertyKeys style
styleClass
public static final PickList.PropertyKeys styleClass
disabled
public static final PickList.PropertyKeys disabled
effect
public static final PickList.PropertyKeys effect
effectSpeed
public static final PickList.PropertyKeys effectSpeed
addLabel
public static final PickList.PropertyKeys addLabel
addAllLabel
public static final PickList.PropertyKeys addAllLabel
removeLabel
public static final PickList.PropertyKeys removeLabel
removeAllLabel
public static final PickList.PropertyKeys removeAllLabel
moveUpLabel
public static final PickList.PropertyKeys moveUpLabel
moveTopLabel
public static final PickList.PropertyKeys moveTopLabel
moveDownLabel
public static final PickList.PropertyKeys moveDownLabel
moveBottomLabel
public static final PickList.PropertyKeys moveBottomLabel
showSourceControls
public static final PickList.PropertyKeys showSourceControls
showTargetControls
public static final PickList.PropertyKeys showTargetControls
onTransfer
public static final PickList.PropertyKeys onTransfer
label
public static final PickList.PropertyKeys label
itemDisabled
public static final PickList.PropertyKeys itemDisabled
showSourceFilter
public static final PickList.PropertyKeys showSourceFilter
showTargetFilter
public static final PickList.PropertyKeys showTargetFilter
filterMatchMode
public static final PickList.PropertyKeys filterMatchMode
filterFunction
public static final PickList.PropertyKeys filterFunction
showCheckbox
public static final PickList.PropertyKeys showCheckbox
values
public static PickList.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 (PickList.PropertyKeys c : PickList.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 PickList.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<PickList.PropertyKeys>
Copyright © 2013. All Rights Reserved.