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 | Class and Description |
---|---|
class |
ColumnWithComponents |
class |
ComponentColumn |
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand<Column> |
ColumnWithComponents.getRemoveColumnCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnWithComponents.hasComponent(Column targetColumn) |
void |
ColumnWithComponents.remove(Column targetColumn) |
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) |
Modifier and Type | Method and Description |
---|---|
Column |
RowDrop.getOldColumn() |
Column |
Row.hasComponent(Column targetColumn) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Row.getChildElements() |
List<Column> |
Row.getColumns() |
Modifier and Type | Method and Description |
---|---|
boolean |
Row.cointainsColumn(Column targetColumn) |
RowDrop |
RowDrop.fromMove(String originRowOldColumnId,
Column oldColumn) |
Column |
Row.hasComponent(Column targetColumn) |
void |
Row.removeChildColumn(Column targetColumn) |
void |
Row.removeColumn(Column targetColumn) |
Modifier and Type | Method and Description |
---|---|
Column |
DnDManager.getDraggedColumn() |
Column |
ColumnDrop.getOldColumn() |
Modifier and Type | Method and Description |
---|---|
void |
DnDManager.dragComponent(LayoutComponent layoutComponentMove,
String rowId,
Column draggedColumn) |
ColumnDrop |
ColumnDrop.fromMove(Column oldColumn) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.