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