public class RowDnDEvent extends Object
| Constructor and Description |
|---|
RowDnDEvent(String rowIdBegin,
String rowIdEnd,
RowDrop.Orientation orientation) |
| Modifier and Type | Method and Description |
|---|---|
RowDrop.Orientation |
getOrientation() |
String |
getRowIdBegin() |
String |
getRowIdEnd() |
public RowDnDEvent(String rowIdBegin, String rowIdEnd, RowDrop.Orientation orientation)
public RowDrop.Orientation getOrientation()
public String getRowIdBegin()
public String getRowIdEnd()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.