protected static enum DataList.PropertyKeys extends Enum<DataList.PropertyKeys>
Enum Constant and Description |
---|
layout |
marker |
selected |
selectedRowClass |
Modifier and Type | Method and Description |
---|---|
static DataList.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataList.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataList.PropertyKeys layout
public static final DataList.PropertyKeys marker
public static final DataList.PropertyKeys selected
public static final DataList.PropertyKeys selectedRowClass
public static DataList.PropertyKeys[] values()
for (DataList.PropertyKeys c : DataList.PropertyKeys.values()) System.out.println(c);
public static DataList.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 null