Class DnDManager


  • @ApplicationScoped
    public class DnDManager
    extends Object
    • Constructor Detail

      • DnDManager

        public DnDManager()
    • Method Detail

      • beginRowMove

        public void beginRowMove​(String rowIdBegin)
      • dragEndMove

        public void dragEndMove()
      • getDraggedColumn

        public Column getDraggedColumn()
      • endComponentMove

        public void endComponentMove()
      • isOnRowMove

        public boolean isOnRowMove()
      • isOnComponentMove

        public boolean isOnComponentMove()
      • canMoveRow

        public boolean canMoveRow()
      • dragComponent

        public void dragComponent​(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponentMove,
                                  String rowId,
                                  Column draggedColumn)
      • getRowId

        public String getRowId()
      • dragEndComponent

        public void dragEndComponent()
      • getLayoutComponentMove

        public org.uberfire.ext.layout.editor.api.editor.LayoutComponent getLayoutComponentMove()