protected static enum DataTableBase.DataTablePropertyKeys extends Enum<DataTableBase.DataTablePropertyKeys>
| Enum Constant and Description |
|---|
clientKey |
multiColumnSort |
selectedRowIndexes |
selectionMode |
| Modifier and Type | Method and Description |
|---|---|
static DataTableBase.DataTablePropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTableBase.DataTablePropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTableBase.DataTablePropertyKeys clientKey
public static final DataTableBase.DataTablePropertyKeys multiColumnSort
public static final DataTableBase.DataTablePropertyKeys selectedRowIndexes
public static final DataTableBase.DataTablePropertyKeys selectionMode
public static DataTableBase.DataTablePropertyKeys[] values()
for (DataTableBase.DataTablePropertyKeys c : DataTableBase.DataTablePropertyKeys.values()) System.out.println(c);
public static DataTableBase.DataTablePropertyKeys 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 Liferay, Inc.. All rights reserved.