org.primefaces.component.autocomplete
Enum AutoComplete.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<AutoComplete.PropertyKeys>
      extended by 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>


Enum Constant Summary
cache
           
cacheTimeout
           
completeMethod
           
dropdown
           
effect
           
effectDuration
           
emptyMessage
           
forceSelection
           
itemLabel
           
itemtipAtPosition
           
itemtipMyPosition
           
itemValue
           
maxResults
           
minQueryLength
           
multiple
           
panelStyle
           
panelStyleClass
           
placeholder
           
queryDelay
           
scrollHeight
           
var
           
widgetVar
           
 
Method Summary
 String toString()
           
static AutoComplete.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AutoComplete.PropertyKeys[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

placeholder

public static final AutoComplete.PropertyKeys placeholder

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

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

itemtipMyPosition

public static final AutoComplete.PropertyKeys itemtipMyPosition

itemtipAtPosition

public static final AutoComplete.PropertyKeys itemtipAtPosition

cache

public static final AutoComplete.PropertyKeys cache

cacheTimeout

public static final AutoComplete.PropertyKeys cacheTimeout

emptyMessage

public static final AutoComplete.PropertyKeys emptyMessage
Method Detail

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 © 2013. All rights reserved.