protected static enum SelectOneListbox.PropertyKeys extends Enum<SelectOneListbox.PropertyKeys>
Enum Constant and Description |
---|
caseSensitive |
filter |
filterFunction |
filterMatchMode |
scrollHeight |
var |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SelectOneListbox.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOneListbox.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectOneListbox.PropertyKeys widgetVar
public static final SelectOneListbox.PropertyKeys var
public static final SelectOneListbox.PropertyKeys filter
public static final SelectOneListbox.PropertyKeys filterMatchMode
public static final SelectOneListbox.PropertyKeys filterFunction
public static final SelectOneListbox.PropertyKeys caseSensitive
public static final SelectOneListbox.PropertyKeys scrollHeight
public static SelectOneListbox.PropertyKeys[] values()
for (SelectOneListbox.PropertyKeys c : SelectOneListbox.PropertyKeys.values()) System.out.println(c);
public static SelectOneListbox.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SelectOneListbox.PropertyKeys>
Copyright © 2016. All rights reserved.