com.liferay.faces.alloy.component.inputtime
Enum InputTimeBase.InputTimePropertyKeys
java.lang.Object
java.lang.Enum<InputTimeBase.InputTimePropertyKeys>
com.liferay.faces.alloy.component.inputtime.InputTimeBase.InputTimePropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<InputTimeBase.InputTimePropertyKeys>
- Enclosing class:
- InputTimeBase
protected static enum InputTimeBase.InputTimePropertyKeys
- extends Enum<InputTimeBase.InputTimePropertyKeys>
activateFirstItem
public static final InputTimeBase.InputTimePropertyKeys activateFirstItem
circular
public static final InputTimeBase.InputTimePropertyKeys circular
filterType
public static final InputTimeBase.InputTimePropertyKeys filterType
height
public static final InputTimeBase.InputTimePropertyKeys height
highlighterType
public static final InputTimeBase.InputTimePropertyKeys highlighterType
maxResults
public static final InputTimeBase.InputTimePropertyKeys maxResults
maxTime
public static final InputTimeBase.InputTimePropertyKeys maxTime
minTime
public static final InputTimeBase.InputTimePropertyKeys minTime
nativeWhenMobile
public static final InputTimeBase.InputTimePropertyKeys nativeWhenMobile
pattern
public static final InputTimeBase.InputTimePropertyKeys pattern
queryDelay
public static final InputTimeBase.InputTimePropertyKeys queryDelay
scrollIntoView
public static final InputTimeBase.InputTimePropertyKeys scrollIntoView
step
public static final InputTimeBase.InputTimePropertyKeys step
values
public static InputTimeBase.InputTimePropertyKeys[] 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 (InputTimeBase.InputTimePropertyKeys c : InputTimeBase.InputTimePropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InputTimeBase.InputTimePropertyKeys 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.