Package | Description |
---|---|
org.uberfire.ext.layout.editor.client.components.columns | |
org.uberfire.ext.layout.editor.client.infra |
Modifier and Type | Method and Description |
---|---|
void |
ComponentColumn.onDrop(ColumnDrop.Orientation orientation,
String dndData) |
void |
ColumnWithComponents.onDrop(ColumnDrop.Orientation orientation,
String dndData) |
Modifier and Type | Method and Description |
---|---|
ColumnDrop.Orientation |
ColumnDrop.getOrientation() |
static ColumnDrop.Orientation |
ColumnDrop.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.
|
Constructor and Description |
---|
ColumnDrop(LayoutComponent component,
String endId,
ColumnDrop.Orientation orientation) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.