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