public static interface LayoutEditorPresenter.View extends UberView<LayoutEditorPresenter>
| Modifier and Type | Method and Description |
|---|---|
void |
addDraggableComponentGroup(LayoutDragComponentGroup group) |
void |
addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
removeDraggableComponentFromGroup(String groupId,
String componentId) |
void |
removeDraggableGroup(String id) |
void |
setupComponents(List<LayoutDragComponent> layoutDragComponents) |
void |
setupContainer(com.google.gwt.user.client.ui.Widget view) |
void setupContainer(com.google.gwt.user.client.ui.Widget view)
void setupComponents(List<LayoutDragComponent> layoutDragComponents)
void addDraggableComponentGroup(LayoutDragComponentGroup group)
void addDraggableComponentToGroup(String groupId, String componentId, LayoutDragComponent component)
void removeDraggableGroup(String id)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.