Modifier and Type | Method and Description |
---|---|
List<LayoutEditorElement> |
LayoutEditorPresenter.getLayoutElements() |
List<LayoutEditorElement> |
LayoutEditorPluginImpl.getLayoutElements() |
Modifier and Type | Method and Description |
---|---|
LayoutEditorElement |
LayoutEditorElementPart.getParent() |
LayoutEditorElement |
LayoutEditorElement.getParentElement() |
Modifier and Type | Method and Description |
---|---|
default List<? extends LayoutEditorElement> |
LayoutEditorElement.getChildElements() |
List<LayoutEditorElement> |
LayoutEditor.getLayoutElements() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutElementVisitor.accept(LayoutEditorElement element) |
Modifier and Type | Interface and Description |
---|---|
interface |
Column<T> |
Modifier and Type | Class and Description |
---|---|
class |
ColumnWithComponents |
class |
ComponentColumn |
Modifier and Type | Method and Description |
---|---|
LayoutEditorElement |
ComponentColumnPart.getParent() |
LayoutEditorElement |
ComponentColumn.getParentElement() |
LayoutEditorElement |
ColumnWithComponents.getParentElement() |
Modifier and Type | Method and Description |
---|---|
List<? extends LayoutEditorElement> |
ColumnWithComponents.getChildElements() |
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 |
ComponentColumn.setParentElement(LayoutEditorElement parentElement) |
Modifier and Type | Class and Description |
---|---|
class |
Container |
Modifier and Type | Method and Description |
---|---|
LayoutEditorElement |
Container.getParentElement() |
Modifier and Type | Class and Description |
---|---|
class |
Row |
Modifier and Type | Method and Description |
---|---|
LayoutEditorElement |
Row.getParentElement() |
Modifier and Type | Method and Description |
---|---|
void |
Row.setup(LayoutEditorElement parent,
String id,
LayoutTemplate.Style pageStyle) |
Modifier and Type | Method and Description |
---|---|
LayoutEditorElement |
LayoutEditorElementSelectEvent.getElement() |
Constructor and Description |
---|
LayoutEditorElementSelectEvent(LayoutEditorElement element) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutEditorPropertiesPresenter.edit(LayoutEditorElement layoutElement) |
protected void |
LayoutEditorPropertiesPresenter.fillElementParts(LayoutEditorElement element) |
String |
LayoutEditorPropertiesPresenter.getDisplayPosition(LayoutEditorElement element) |
String |
LayoutEditorPropertiesPresenter.getElementName(LayoutEditorElement element) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.