Package | Description |
---|---|
org.uberfire.ext.layout.editor.client.components.rows | |
org.uberfire.ext.layout.editor.client.infra |
Modifier and Type | Method and Description |
---|---|
RowDrop.Orientation |
RowDrop.getOrientation() |
RowDrop.Orientation |
RowDnDEvent.getOrientation() |
static RowDrop.Orientation |
RowDrop.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Row.drop(String dropData,
RowDrop.Orientation orientation) |
Constructor and Description |
---|
RowDnDEvent(String rowIdBegin,
String rowIdEnd,
RowDrop.Orientation orientation) |
RowDrop(LayoutComponent component,
String rowId,
RowDrop.Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
void |
DnDManager.endRowMove(String rowIdEnd,
RowDrop.Orientation orientation) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.