Package com.vaadin.shared.ui.treegrid
Class TreeGridState
-
- All Implemented Interfaces:
Serializable
public class TreeGridState extends GridState
The shared state for theTreeGrid
component.- Since:
- 8.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
hierarchyColumnId
Contains ID of the hierarchy column set by the developer.-
Fields inherited from class com.vaadin.shared.ui.grid.GridState
bodyRowHeight, columnOrder, columnReorderingAllowed, columnResizeMode, DEFAULT_HEIGHT_BY_ROWS, footer, footerRowHeight, frozenColumnCount, hasDescriptions, header, headerRowHeight, heightByRows, heightMode, JSONKEY_CELLDESCRIPTION, JSONKEY_CELLSTYLES, JSONKEY_DATA, JSONKEY_DETAILS_VISIBLE, JSONKEY_ROWDESCRIPTION, JSONKEY_ROWKEY, JSONKEY_ROWSTYLE, JSONKEY_SELECTED, rowDescriptionContentMode, sidebarColumnOrder, sortColumns, sortDirs
-
Fields inherited from class com.vaadin.shared.ui.AbstractSingleSelectState
selectedItemKey
-
Fields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, required
-
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description TreeGridState()
-
-
-
Field Detail
-
hierarchyColumnId
public String hierarchyColumnId
Contains ID of the hierarchy column set by the developer.
-
-