| 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 |
LayoutEditorPluginImpl.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutEditorView.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDragComponent
Super class of the layout editor's internal components
|
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
LayoutDragComponentGroup.getLayoutDragComponent(String id) |
LayoutDragComponent |
EditorWidget.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEditor.addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutDragComponentGroup.addLayoutDragComponent(String id,
LayoutDragComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEditor.init(String layoutName,
List<LayoutDragComponent> layoutDragComponents) |
| Constructor and Description |
|---|
DragElement(LayoutDragComponent type) |
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
BootstrapLayoutGenerator.getLayoutDragComponent(LayoutComponent layoutComponent) |
abstract LayoutDragComponent |
AbstractLayoutGenerator.getLayoutDragComponent(LayoutComponent layoutComponent) |
| Modifier and Type | Method and Description |
|---|---|
LayoutDragComponent |
DragHelperComponentColumn.getLayoutDragComponent() |
LayoutDragComponent |
LayoutDragComponentHelper.lookupDragTypeBean(String dragTypeClassName) |
LayoutDragComponent |
DndDataJSONConverter.readJSONDragComponent(String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
DndDataJSONConverter.generateDragComponentJSON(LayoutDragComponent dragComponent) |
LayoutComponent |
LayoutDragComponentHelper.getLayoutComponent(LayoutDragComponent dragComponent) |
String |
LayoutDragComponentHelper.getRealBeanClass(LayoutDragComponent instance) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.