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

public class JmixMainTabSheetState extends DDTabSheetState
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.jmix.ui.widget.client.addon.dragdroplayouts.ui.tabsheet.DDTabSheetState

    getDragAndDropState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hasActionsHandlers

      @NoLayout public boolean hasActionsHandlers
    • ddHtmlEnable

      @NoLayout public boolean ddHtmlEnable
      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.
  • Constructor Details

    • JmixMainTabSheetState

      public JmixMainTabSheetState()