We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.treegrid.
Class TreeGridState
-
-
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.
-
-