org.primefaces.component.autocomplete
Enum AutoComplete.PropertyKeys
java.lang.Object
java.lang.Enum<AutoComplete.PropertyKeys>
org.primefaces.component.autocomplete.AutoComplete.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<AutoComplete.PropertyKeys>
- Enclosing class:
- AutoComplete
protected static enum AutoComplete.PropertyKeys
- extends Enum<AutoComplete.PropertyKeys>
widgetVar
public static final AutoComplete.PropertyKeys widgetVar
completeMethod
public static final AutoComplete.PropertyKeys completeMethod
var
public static final AutoComplete.PropertyKeys var
itemLabel
public static final AutoComplete.PropertyKeys itemLabel
itemValue
public static final AutoComplete.PropertyKeys itemValue
maxResults
public static final AutoComplete.PropertyKeys maxResults
minQueryLength
public static final AutoComplete.PropertyKeys minQueryLength
queryDelay
public static final AutoComplete.PropertyKeys queryDelay
forceSelection
public static final AutoComplete.PropertyKeys forceSelection
onstart
public static final AutoComplete.PropertyKeys onstart
oncomplete
public static final AutoComplete.PropertyKeys oncomplete
global
public static final AutoComplete.PropertyKeys global
scrollHeight
public static final AutoComplete.PropertyKeys scrollHeight
effect
public static final AutoComplete.PropertyKeys effect
effectDuration
public static final AutoComplete.PropertyKeys effectDuration
dropdown
public static final AutoComplete.PropertyKeys dropdown
panelStyle
public static final AutoComplete.PropertyKeys panelStyle
panelStyleClass
public static final AutoComplete.PropertyKeys panelStyleClass
multiple
public static final AutoComplete.PropertyKeys multiple
process
public static final AutoComplete.PropertyKeys process
values
public static AutoComplete.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 (AutoComplete.PropertyKeys c : AutoComplete.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 AutoComplete.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<AutoComplete.PropertyKeys>
Copyright © 2012. All Rights Reserved.