Class RowDnDEvent
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.components.rows.RowDnDEvent
-
public class RowDnDEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description RowDnDEvent(String rowIdBegin, String rowIdEnd, RowDrop.Orientation orientation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowDrop.OrientationgetOrientation()StringgetRowIdBegin()StringgetRowIdEnd()
-
-
-
Constructor Detail
-
RowDnDEvent
public RowDnDEvent(String rowIdBegin, String rowIdEnd, RowDrop.Orientation orientation)
-
-
Method Detail
-
getOrientation
public RowDrop.Orientation getOrientation()
-
getRowIdBegin
public String getRowIdBegin()
-
getRowIdEnd
public String getRowIdEnd()
-
-