| Package | Description |
|---|---|
| org.uberfire.ext.layout.editor.client.components.columns |
| Modifier and Type | Method and Description |
|---|---|
static Column.Position |
Column.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Position[] |
Column.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentColumn.init(int parentHashCode,
Column.Position columnPosition,
Integer size,
LayoutComponent layoutComponent,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<Column> removeCommand,
boolean newComponent) |
void |
ColumnWithComponents.init(Integer parentHashCode,
Column.Position columnPosition,
Integer size,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand) |
void |
ComponentColumn.setColumnPosition(Column.Position columnPosition) |
void |
ColumnWithComponents.setColumnPosition(Column.Position columnPosition) |
void |
Column.setColumnPosition(Column.Position columnPosition) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.