com.liferay.faces.alloy.component.inputtime
Enum InputTimeBase.InputTimePropertyKeys

java.lang.Object
  extended by java.lang.Enum<InputTimeBase.InputTimePropertyKeys>
      extended by 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>


Enum Constant Summary
activateFirstItem
           
circular
           
filterType
           
height
           
highlighterType
           
maxResults
           
maxTime
           
minTime
           
nativeWhenMobile
           
pattern
           
queryDelay
           
scrollIntoView
           
step
           
 
Method Summary
static InputTimeBase.InputTimePropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputTimeBase.InputTimePropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.