public static enum DataList.PropertyKeys extends Enum<DataList.PropertyKeys>
Enum Constant and Description |
---|
emptyMessage |
itemStyleClass |
itemType |
style |
styleClass |
type |
varStatus |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
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 widgetVar
public static final DataList.PropertyKeys type
public static final DataList.PropertyKeys itemType
public static final DataList.PropertyKeys style
public static final DataList.PropertyKeys styleClass
public static final DataList.PropertyKeys varStatus
public static final DataList.PropertyKeys emptyMessage
public static final DataList.PropertyKeys itemStyleClass
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 nullpublic String toString()
toString
in class Enum<DataList.PropertyKeys>
Copyright © 2017. All rights reserved.