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
FieldsModifier and TypeFieldDescriptionbooleanImportant! 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.booleanFields inherited from class io.jmix.ui.widget.client.addon.dragdroplayouts.ui.tabsheet.DDTabSheetState
ddState, DEFAULT_HORIZONTAL_DROP_RATIO, tabLeftRightDropRatioFields inherited from class com.vaadin.shared.ui.tabsheet.TabsheetState
PRIMARY_STYLE_NAME, selected, tabCaptionsAsHtml, tabIndex, tabs, tabsVisibleFields 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, widthFields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources -
Constructor Summary
Constructors -
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()
-