Package | Description |
---|---|
org.uberfire.ext.layout.editor.client.components.columns | |
org.uberfire.ext.layout.editor.client.components.rows | |
org.uberfire.ext.layout.editor.client.infra |
Modifier and Type | Method and Description |
---|---|
void |
ComponentColumn.init(LayoutEditorElement parent,
Integer columnWidth,
LayoutComponent layoutComponent,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<Column> removeCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
boolean newComponent) |
void |
ColumnWithComponents.init(LayoutEditorElement parent,
Integer columnWidth,
LayoutTemplate.Style pageStyle,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer columnHeight) |
void |
ColumnWithComponents.init(LayoutEditorElement parent,
Integer columnWidth,
LayoutTemplate.Style pageStyle,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer columnHeight) |
void |
ComponentColumn.setDropCommand(ParameterizedCommand<ColumnDrop> dropCommand) |
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand<ColumnDrop> |
Row.dropCommand() |
Modifier and Type | Method and Description |
---|---|
void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ColumnWithComponents parentColumnWithComponents,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer height) |
void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer height) |
void |
Row.load(ParameterizedCommand<RowDrop> dropOnRowCommand,
LayoutRow layoutRow,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier) |
Modifier and Type | Method and Description |
---|---|
ColumnDrop |
ColumnDrop.fromMove(Column oldColumn) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.