public static enum SelectOneListboxBase.PropertyKeys extends Enum<SelectOneListboxBase.PropertyKeys>
Enum Constant and Description |
---|
caseSensitive |
filter |
filterFunction |
filterMatchMode |
scrollHeight |
var |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static SelectOneListboxBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOneListboxBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectOneListboxBase.PropertyKeys widgetVar
public static final SelectOneListboxBase.PropertyKeys var
public static final SelectOneListboxBase.PropertyKeys filter
public static final SelectOneListboxBase.PropertyKeys filterMatchMode
public static final SelectOneListboxBase.PropertyKeys filterFunction
public static final SelectOneListboxBase.PropertyKeys caseSensitive
public static final SelectOneListboxBase.PropertyKeys scrollHeight
public static SelectOneListboxBase.PropertyKeys[] values()
for (SelectOneListboxBase.PropertyKeys c : SelectOneListboxBase.PropertyKeys.values()) System.out.println(c);
public static SelectOneListboxBase.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 nullCopyright © 2020. All rights reserved.