Class JmixTreeTableState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.v7.shared.AbstractLegacyComponentState
com.vaadin.v7.shared.AbstractFieldState
com.vaadin.v7.shared.ui.select.AbstractSelectState
com.vaadin.v7.shared.ui.table.TableState
com.vaadin.v7.shared.ui.treetable.TreeTableState
io.jmix.ui.widget.client.treetable.JmixTreeTableState
- All Implemented Interfaces:
Serializable
public class JmixTreeTableState
extends com.vaadin.v7.shared.ui.treetable.TreeTableState
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
String[]
com.vaadin.shared.Connector
boolean
com.vaadin.shared.Connector
boolean
String[]
boolean
com.vaadin.shared.Connector
boolean
boolean
Fields inherited from class com.vaadin.v7.shared.ui.table.TableState
collapseMenuContent
Fields inherited from class com.vaadin.v7.shared.AbstractFieldState
focusDelegate, hideErrors, modified, propertyReadOnly, required, showErrorForDisabledState, tabIndex
Fields inherited from class com.vaadin.v7.shared.AbstractLegacyComponentState
immediate, readOnly
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
-
Field Details
-
multiLineCells
@NoLayout public boolean multiLineCells -
textSelectionEnabled
@NoLayout public boolean textSelectionEnabled -
contextMenuEnabled
@NoLayout public boolean contextMenuEnabled -
presentations
@NoLayout public com.vaadin.shared.Connector presentations -
contextMenu
@NoLayout public com.vaadin.shared.Connector contextMenu -
customPopup
@NoLayout public com.vaadin.shared.Connector customPopup -
customPopupAutoClose
@NoLayout public boolean customPopupAutoClose -
clickableTableColumnKeys
-
columnDescriptions
-
aggregationDescriptions
-
tableSortResetLabel
-
tableSortAscendingLabel
-
tableSortDescendingLabel
-
htmlCaptionColumns
-
showEmptyState
@NoLayout public boolean showEmptyState -
emptyStateMessage
-
emptyStateLinkMessage
-
selectAllLabel
-
deselectAllLabel
-
aggregatable
@NoLayout public boolean aggregatable
-
-
Constructor Details
-
JmixTreeTableState
public JmixTreeTableState()
-