Class DnDManager
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.DnDManager
-
@ApplicationScoped public class DnDManager extends Object
-
-
Constructor Summary
Constructors Constructor Description DnDManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginRowMove(String rowIdBegin)booleancanMoveRow()voiddragComponent(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponentMove, String rowId, Column draggedColumn)voiddragEndComponent()voiddragEndMove()voidendComponentMove()voidendRowMove(String rowIdEnd, RowDrop.Orientation orientation)ColumngetDraggedColumn()org.uberfire.ext.layout.editor.api.editor.LayoutComponentgetLayoutComponentMove()StringgetRowId()booleanisOnComponentMove()booleanisOnRowMove()
-
-
-
Method Detail
-
beginRowMove
public void beginRowMove(String rowIdBegin)
-
endRowMove
public void endRowMove(String rowIdEnd, RowDrop.Orientation orientation)
-
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()
-
-