protected static enum UIDataTableBase.PropertyKeys extends Enum<UIDataTableBase.PropertyKeys>
Enum Constant and Description |
---|
filterVar |
first |
header |
noDataLabel |
rows |
selection |
sortMode |
sortPriority |
Modifier and Type | Method and Description |
---|---|
static UIDataTableBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIDataTableBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIDataTableBase.PropertyKeys filterVar
public static final UIDataTableBase.PropertyKeys sortPriority
public static final UIDataTableBase.PropertyKeys sortMode
public static final UIDataTableBase.PropertyKeys first
public static final UIDataTableBase.PropertyKeys rows
public static final UIDataTableBase.PropertyKeys noDataLabel
public static final UIDataTableBase.PropertyKeys selection
public static final UIDataTableBase.PropertyKeys header
public static UIDataTableBase.PropertyKeys[] values()
for (UIDataTableBase.PropertyKeys c : UIDataTableBase.PropertyKeys.values()) System.out.println(c);
public static UIDataTableBase.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 © 2016 JBoss by Red Hat. All Rights Reserved.