java.lang.Object
com.vaadin.shared.communication.SharedState
io.jmix.ui.widget.client.addon.dragdroplayouts.ui.interfaces.DDLayoutState
All Implemented Interfaces:
Serializable

public class DDLayoutState extends com.vaadin.shared.communication.SharedState
See Also:
  • Field Details

    • dragMode

      public LayoutDragMode dragMode
    • iframeShims

      public boolean iframeShims
    • draggable

      public List<com.vaadin.shared.Connector> draggable
    • nonGrabbable

      public List<com.vaadin.shared.Connector> nonGrabbable
    • referenceImageComponents

      public Map<com.vaadin.shared.Connector,com.vaadin.shared.Connector> referenceImageComponents
    • dragCaptions

      public Map<com.vaadin.shared.Connector,DragCaptionInfo> dragCaptions
    • dragIcons

      public Map<com.vaadin.shared.Connector,String> dragIcons
  • Constructor Details

    • DDLayoutState

      public DDLayoutState()