| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEditorPresenter.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutEditorPresenter.View.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutEditor.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutEditorPluginImpl.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutEditorView.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEditor.init(String layoutName,
List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorPluginImpl.init(String layoutName,
List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorPresenter.View.setupComponents(List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorView.setupComponents(List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorPresenter.setupDndPallete(List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorPresenter.View.setupGridSystem(List<LayoutDragComponent> layoutDragComponents) |
void |
LayoutEditorView.setupGridSystem(List<LayoutDragComponent> layoutDragComponents) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutDragComponent |
class |
InternalDragComponent
Super class of the layout editor's internal components
|
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
LayoutDragComponentGroup.getLayoutDragComponent(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutDragComponentGroup.addLayoutDragComponent(String id,
LayoutDragComponent component) |
| Constructor and Description |
|---|
LayoutComponentView(ColumnEditorWidget parent,
LayoutComponent component,
LayoutDragComponent type) |
LayoutComponentView(ColumnEditorWidget parent,
LayoutDragComponent type,
boolean newComponent) |
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
DndDataJSONConverter.readJSONDragComponent(String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
DndDataJSONConverter.generateDragComponentJSON(LayoutDragComponent dragComponent) |
| Constructor and Description |
|---|
DragGridElement(LayoutDragComponent type) |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutDragComponent |
RowView.getLayoutDragComponent(LayoutComponent layoutComponent) |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutComponentView |
RowView.createLayoutComponentView(ColumnEditorWidget parent,
LayoutComponent layoutComponent,
LayoutDragComponent layoutDragComponent) |
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
ComponentEditorWidget.getType() |
LayoutDragComponent |
LayoutEditorWidget.getType() |
LayoutDragComponent |
ColumnEditorWidget.getType() |
LayoutDragComponent |
RowEditorWidget.getType() |
LayoutDragComponent |
EditorWidget.getType() |
| Constructor and Description |
|---|
ComponentEditorWidget(EditorWidget parent,
com.google.gwt.user.client.ui.ComplexPanel container,
LayoutDragComponent type) |
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
DragTypeBeanResolver.lookupDragTypeBean(String dragTypeClassName) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.