com.liferay.faces.alloy.component.autocomplete
Enum AutoCompleteBase.AutoCompletePropertyKeys
java.lang.Object
java.lang.Enum<AutoCompleteBase.AutoCompletePropertyKeys>
com.liferay.faces.alloy.component.autocomplete.AutoCompleteBase.AutoCompletePropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<AutoCompleteBase.AutoCompletePropertyKeys>
- Enclosing class:
- AutoCompleteBase
protected static enum AutoCompleteBase.AutoCompletePropertyKeys
- extends Enum<AutoCompleteBase.AutoCompletePropertyKeys>
activateFirstItem
public static final AutoCompleteBase.AutoCompletePropertyKeys activateFirstItem
autoScroll
public static final AutoCompleteBase.AutoCompletePropertyKeys autoScroll
circular
public static final AutoCompleteBase.AutoCompletePropertyKeys circular
clientCustomFilter
public static final AutoCompleteBase.AutoCompletePropertyKeys clientCustomFilter
clientFilterType
public static final AutoCompleteBase.AutoCompletePropertyKeys clientFilterType
clientKey
public static final AutoCompleteBase.AutoCompletePropertyKeys clientKey
delay
public static final AutoCompleteBase.AutoCompletePropertyKeys delay
delimiter
public static final AutoCompleteBase.AutoCompletePropertyKeys delimiter
height
public static final AutoCompleteBase.AutoCompletePropertyKeys height
highlighterType
public static final AutoCompleteBase.AutoCompletePropertyKeys highlighterType
listItemRequired
public static final AutoCompleteBase.AutoCompletePropertyKeys listItemRequired
maxItems
public static final AutoCompleteBase.AutoCompletePropertyKeys maxItems
minChars
public static final AutoCompleteBase.AutoCompletePropertyKeys minChars
serverCustomFilter
public static final AutoCompleteBase.AutoCompletePropertyKeys serverCustomFilter
serverFilterType
public static final AutoCompleteBase.AutoCompletePropertyKeys serverFilterType
tabSelect
public static final AutoCompleteBase.AutoCompletePropertyKeys tabSelect
width
public static final AutoCompleteBase.AutoCompletePropertyKeys width
values
public static AutoCompleteBase.AutoCompletePropertyKeys[] 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 (AutoCompleteBase.AutoCompletePropertyKeys c : AutoCompleteBase.AutoCompletePropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AutoCompleteBase.AutoCompletePropertyKeys 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
Copyright © 2017 Liferay, Inc.. All rights reserved.