java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractComponentContainerState
com.vaadin.shared.ui.AbstractLayoutState
com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
com.vaadin.shared.ui.orderedlayout.VerticalLayoutState
io.jmix.ui.widget.client.addon.dragdroplayouts.v7.ui.verticallayout.DDVerticalLayoutState
All Implemented Interfaces:
DragAndDropAwareState, Serializable

public class DDVerticalLayoutState extends com.vaadin.shared.ui.orderedlayout.VerticalLayoutState implements DragAndDropAwareState
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState

    com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
     
    static final float
     

    Fields inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState

    childData, marginsBitmask, spacing

    Fields inherited from class com.vaadin.shared.ui.AbstractLayoutState

    requiredIndicatorVisible

    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

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    • DEFAULT_VERTICAL_DROP_RATIO

      public static final float DEFAULT_VERTICAL_DROP_RATIO
      See Also:
    • cellTopBottomDropRatio

      public float cellTopBottomDropRatio
    • ddState

      public DDLayoutState ddState
  • Constructor Details

    • DDVerticalLayoutState

      public DDVerticalLayoutState()
  • Method Details