Uses of Class
org.uberfire.ext.layout.editor.client.components.rows.RowDrop.Orientation
-
Packages that use RowDrop.Orientation Package Description org.uberfire.ext.layout.editor.client.components.rows org.uberfire.ext.layout.editor.client.infra -
-
Uses of RowDrop.Orientation in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return RowDrop.Orientation Modifier and Type Method Description RowDrop.OrientationRowDnDEvent. getOrientation()RowDrop.OrientationRowDrop. getOrientation()static RowDrop.OrientationRowDrop.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static RowDrop.Orientation[]RowDrop.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type RowDrop.Orientation Modifier and Type Method Description voidRow. drop(String dropData, RowDrop.Orientation orientation)Constructors in org.uberfire.ext.layout.editor.client.components.rows with parameters of type RowDrop.Orientation Constructor Description RowDnDEvent(String rowIdBegin, String rowIdEnd, RowDrop.Orientation orientation)RowDrop(org.uberfire.ext.layout.editor.api.editor.LayoutComponent component, String rowId, RowDrop.Orientation orientation) -
Uses of RowDrop.Orientation in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra with parameters of type RowDrop.Orientation Modifier and Type Method Description voidDnDManager. endRowMove(String rowIdEnd, RowDrop.Orientation orientation)
-