protected static enum TreeTable.PropertyKeys extends Enum<TreeTable.PropertyKeys>
Enum Constant and Description |
---|
caseSensitiveSort |
dataLocale |
emptyMessage |
liveResize |
nativeElements |
resizableColumns |
rowStyleClass |
scrollable |
scrollHeight |
scrollWidth |
sortBy |
sortFunction |
sortOrder |
style |
styleClass |
tableStyle |
tableStyleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TreeTable.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeTable.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeTable.PropertyKeys widgetVar
public static final TreeTable.PropertyKeys style
public static final TreeTable.PropertyKeys styleClass
public static final TreeTable.PropertyKeys scrollable
public static final TreeTable.PropertyKeys scrollHeight
public static final TreeTable.PropertyKeys scrollWidth
public static final TreeTable.PropertyKeys tableStyle
public static final TreeTable.PropertyKeys tableStyleClass
public static final TreeTable.PropertyKeys emptyMessage
public static final TreeTable.PropertyKeys resizableColumns
public static final TreeTable.PropertyKeys rowStyleClass
public static final TreeTable.PropertyKeys liveResize
public static final TreeTable.PropertyKeys sortBy
public static final TreeTable.PropertyKeys sortOrder
public static final TreeTable.PropertyKeys sortFunction
public static final TreeTable.PropertyKeys nativeElements
public static final TreeTable.PropertyKeys dataLocale
public static final TreeTable.PropertyKeys caseSensitiveSort
public static TreeTable.PropertyKeys[] values()
for (TreeTable.PropertyKeys c : TreeTable.PropertyKeys.values()) System.out.println(c);
public static TreeTable.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<TreeTable.PropertyKeys>
Copyright © 2015. All rights reserved.