public interface LayoutEditor
| Modifier and Type | Method and Description |
|---|---|
void |
addDraggableComponentGroup(LayoutDragComponentGroup group) |
void |
addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
addLayoutProperty(String key,
String value) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clear() |
LayoutTemplate |
getLayout() |
String |
getLayoutProperty(String key) |
void |
init(String layoutName,
LayoutDragComponentGroup layoutDragComponentGroup,
String emptyTitleText,
String emptySubTitleText) |
void |
loadDefaultLayout(String layoutName) |
void |
loadLayout(LayoutTemplate layoutTemplate) |
void |
removeDraggableComponentGroup(String groupId) |
void |
removeDraggableGroupComponent(String groupId,
String componentId) |
void init(String layoutName, LayoutDragComponentGroup layoutDragComponentGroup, String emptyTitleText, String emptySubTitleText)
void clear()
com.google.gwt.user.client.ui.Widget asWidget()
void loadLayout(LayoutTemplate layoutTemplate)
void loadDefaultLayout(String layoutName)
LayoutTemplate getLayout()
void addDraggableComponentGroup(LayoutDragComponentGroup group)
void addDraggableComponentToGroup(String groupId, String componentId, LayoutDragComponent component)
void removeDraggableComponentGroup(String groupId)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.