@ApplicationScoped public class DnDManager extends Object
| Constructor and Description |
|---|
DnDManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginColumnResize(int columnHashCode,
int beginX) |
void |
beginRowMove(int rowHashBegin) |
boolean |
canMoveRow() |
void |
dragComponent(LayoutComponent layoutComponentMove,
int rowHashCode,
Column draggedColumn) |
void |
dragEndComponent() |
void |
dragEndMove() |
void |
endColumnResize(int rowHashCodeEnd,
int endX) |
void |
endComponentMove() |
void |
endRowMove(int rowHashCodeEnd,
RowDrop.Orientation orientation) |
Column |
getDraggedColumn() |
LayoutComponent |
getLayoutComponentMove() |
int |
getRowHashCode() |
boolean |
isOnComponentMove() |
boolean |
isOnRowMove() |
void |
resetColumnResize() |
public void beginColumnResize(int columnHashCode,
int beginX)
public void endColumnResize(int rowHashCodeEnd,
int endX)
public void resetColumnResize()
public void beginRowMove(int rowHashBegin)
public void endRowMove(int rowHashCodeEnd,
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, int rowHashCode, Column draggedColumn)
public void dragEndComponent()
public LayoutComponent getLayoutComponentMove()
public int getRowHashCode()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.