public static enum TreeTable.PropertyKeys extends Enum<TreeTable.PropertyKeys>
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 final TreeTable.PropertyKeys expandMode
public static final TreeTable.PropertyKeys stickyHeader
public static final TreeTable.PropertyKeys editable
public static final TreeTable.PropertyKeys editMode
public static final TreeTable.PropertyKeys editingRow
public static final TreeTable.PropertyKeys cellSeparator
public static final TreeTable.PropertyKeys disabledTextSelection
public static final TreeTable.PropertyKeys paginator
public static final TreeTable.PropertyKeys paginatorTemplate
public static final TreeTable.PropertyKeys rowsPerPageTemplate
public static final TreeTable.PropertyKeys rowsPerPageLabel
public static final TreeTable.PropertyKeys currentPageReportTemplate
public static final TreeTable.PropertyKeys pageLinks
public static final TreeTable.PropertyKeys paginatorPosition
public static final TreeTable.PropertyKeys paginatorAlwaysVisible
public static final TreeTable.PropertyKeys rows
public static final TreeTable.PropertyKeys first
public static final TreeTable.PropertyKeys filteredNode
public static final TreeTable.PropertyKeys filterEvent
public static final TreeTable.PropertyKeys filterDelay
public static final TreeTable.PropertyKeys cellEditMode
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 © 2018. All rights reserved.