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 |
---|---|
Map<String,LayoutDragComponent> |
LayoutDragComponentGroup.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutDragComponentPalette.addDraggableComponent(String groupId,
String componentId,
LayoutDragComponent component) |
void |
LayoutDragComponentGroup.addLayoutDragComponent(String id,
LayoutDragComponent component) |
Modifier and Type | Method and Description |
---|---|
LayoutDragComponent |
ComponentColumnView.getLayoutDragComponent() |
LayoutDragComponent |
ComponentColumn.getLayoutDragComponent() |
LayoutDragComponent |
ComponentColumn.View.getLayoutDragComponent() |
Modifier and Type | Method and Description |
---|---|
protected LayoutDragComponent |
BootstrapLayoutGeneratorDriver.lookupComponent(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) |
Modifier and Type | Class and Description |
---|---|
class |
DisabledExperimentalLayoutComponent |
Modifier and Type | Method and Description |
---|---|
void |
LayoutDragComponentGroupView.addComponent(String componentId,
LayoutDragComponent component) |
void |
LayoutDragComponentGroupPresenter.addComponent(String componentId,
LayoutDragComponent component) |
void |
LayoutDragComponentGroupPresenter.View.addComponent(String componentId,
LayoutDragComponent component) |
void |
LayoutComponentPalettePresenter.addDraggableComponent(String groupName,
String componentId,
LayoutDragComponent component) |
void |
LayoutDragComponentWidget.init(LayoutDragComponent dragComponent) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutDragComponentGroupView.addComponents(Map<String,LayoutDragComponent> dragComponents) |
void |
LayoutDragComponentGroupPresenter.View.addComponents(Map<String,LayoutDragComponent> components) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.