protected static enum FuzzySearchBase.PropertyKeys extends java.lang.Enum<FuzzySearchBase.PropertyKeys>
| Enum Constant and Description |
|---|
disabled |
highlight |
label |
listItemsAtTheBeginning |
onchange |
placeholder |
resultStyle |
resultStyleClass |
style |
styleClass |
tabindex |
unselectable |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static FuzzySearchBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FuzzySearchBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuzzySearchBase.PropertyKeys widgetVar
public static final FuzzySearchBase.PropertyKeys disabled
public static final FuzzySearchBase.PropertyKeys label
public static final FuzzySearchBase.PropertyKeys onchange
public static final FuzzySearchBase.PropertyKeys style
public static final FuzzySearchBase.PropertyKeys styleClass
public static final FuzzySearchBase.PropertyKeys tabindex
public static final FuzzySearchBase.PropertyKeys unselectable
public static final FuzzySearchBase.PropertyKeys resultStyle
public static final FuzzySearchBase.PropertyKeys resultStyleClass
public static final FuzzySearchBase.PropertyKeys placeholder
public static final FuzzySearchBase.PropertyKeys highlight
public static final FuzzySearchBase.PropertyKeys listItemsAtTheBeginning
public static FuzzySearchBase.PropertyKeys[] values()
for (FuzzySearchBase.PropertyKeys c : FuzzySearchBase.PropertyKeys.values()) System.out.println(c);
public static FuzzySearchBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.