@ApplicationScoped public class DnDManager extends Object
Constructor and Description |
---|
DnDManager() |
Modifier and Type | Method and Description |
---|---|
void |
beginRowMove(String rowIdBegin) |
boolean |
canMoveRow() |
void |
dragComponent(LayoutComponent layoutComponentMove,
String rowId,
Column draggedColumn) |
void |
dragEndComponent() |
void |
dragEndMove() |
void |
endComponentMove() |
void |
endRowMove(String rowIdEnd,
RowDrop.Orientation orientation) |
Column |
getDraggedColumn() |
LayoutComponent |
getLayoutComponentMove() |
String |
getRowId() |
boolean |
isOnComponentMove() |
boolean |
isOnRowMove() |
public void beginRowMove(String rowIdBegin)
public void endRowMove(String rowIdEnd, RowDrop.Orientation orientation)
public void dragEndMove()
public Column getDraggedColumn()
public void endComponentMove()
public boolean isOnRowMove()
public boolean isOnComponentMove()
public boolean canMoveRow()
public void dragComponent(LayoutComponent layoutComponentMove, String rowId, Column draggedColumn)
public String getRowId()
public void dragEndComponent()
public LayoutComponent getLayoutComponentMove()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.