Class JmixMainTabSheetState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractComponentContainerState
com.vaadin.shared.ui.tabsheet.TabsheetState
io.jmix.ui.widget.client.addon.dragdroplayouts.ui.tabsheet.DDTabSheetState
io.jmix.ui.widget.client.tabsheet.JmixMainTabSheetState
- All Implemented Interfaces:
DragAndDropAwareState
,Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Important! If Tab in TabSheet contains components that provide drag and drop features, users may face UI freezes in case of dragging elements to TabSheet or Tab layout.boolean
Fields inherited from class io.jmix.ui.widget.client.addon.dragdroplayouts.ui.tabsheet.DDTabSheetState
ddState, DEFAULT_HORIZONTAL_DROP_RATIO, tabLeftRightDropRatio
Fields inherited from class com.vaadin.shared.ui.tabsheet.TabsheetState
PRIMARY_STYLE_NAME, selected, tabCaptionsAsHtml, tabIndex, tabs, tabsVisible
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
Methods inherited from class io.jmix.ui.widget.client.addon.dragdroplayouts.ui.tabsheet.DDTabSheetState
getDragAndDropState
-
Field Details
-
hasActionsHandlers
@NoLayout public boolean hasActionsHandlers -
ddHtmlEnable
@NoLayout public boolean ddHtmlEnableImportant! If Tab in TabSheet contains components that provide drag and drop features, users may face UI freezes in case of dragging elements to TabSheet or Tab layout.
-
-
Constructor Details
-
JmixMainTabSheetState
public JmixMainTabSheetState()
-