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,
Supplier<Boolean> lockSupplier,
boolean newComponent) |
void |
ColumnWithComponents.init(LayoutEditorElement parent,
Integer columnWidth,
LayoutTemplate.Style pageStyle,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Supplier<Boolean> lockSupplier,
Integer columnHeight) |
void |
ColumnWithComponents.init(LayoutEditorElement parent,
Integer columnWidth,
LayoutTemplate.Style pageStyle,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Supplier<Boolean> lockSupplier,
Integer columnHeight) |
void |
ComponentColumn.setDropCommand(ParameterizedCommand<ColumnDrop> dropCommand) |
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand<ColumnDrop> |
Row.dropCommand() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Row.isDropInSameColumnWithComponent(ColumnDrop drop) |
Modifier and Type | Method and Description |
---|---|
void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ColumnWithComponents parentColumnWithComponents,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Supplier<Boolean> lockSupplier,
Integer height) |
void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Supplier<Boolean> lockSupplier,
Integer height) |
void |
Row.load(ParameterizedCommand<RowDrop> dropOnRowCommand,
LayoutRow layoutRow,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Supplier<Boolean> lockSupplier) |
Modifier and Type | Method and Description |
---|---|
ColumnDrop |
ColumnDrop.fromMove(Column oldColumn) |
static ColumnDrop |
ColumnDropContext.getActiveDrop() |
Modifier and Type | Method and Description |
---|---|
static void |
ColumnDropContext.setActiveDrop(ColumnDrop columnDrop) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.