Uses of Class
org.uberfire.ext.layout.editor.client.infra.ColumnDrop.Orientation
-
Packages that use ColumnDrop.Orientation Package Description org.uberfire.ext.layout.editor.client.components.columns org.uberfire.ext.layout.editor.client.infra -
-
Uses of ColumnDrop.Orientation in org.uberfire.ext.layout.editor.client.components.columns
Methods in org.uberfire.ext.layout.editor.client.components.columns with parameters of type ColumnDrop.Orientation Modifier and Type Method Description voidColumnWithComponents. onDrop(ColumnDrop.Orientation orientation, String dndData)voidComponentColumn. onDrop(ColumnDrop.Orientation orientation, String dndData) -
Uses of ColumnDrop.Orientation in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra that return ColumnDrop.Orientation Modifier and Type Method Description ColumnDrop.OrientationColumnDrop. getOrientation()static ColumnDrop.OrientationColumnDrop.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnDrop.Orientation[]ColumnDrop.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.layout.editor.client.infra with parameters of type ColumnDrop.Orientation Constructor Description ColumnDrop(org.uberfire.ext.layout.editor.api.editor.LayoutComponent component, String endId, ColumnDrop.Orientation orientation)
-