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–2020 JBoss by Red Hat. All rights reserved.