public static interface LayoutEditorPresenter.View extends org.uberfire.client.mvp.UberView<LayoutEditorPresenter>
| Modifier and Type | Method and Description |
|---|---|
void |
addComponentProperty(EditorWidget component,
String key,
String value) |
void |
addDraggableComponentGroup(LayoutDragComponentGroup group) |
void |
addDraggableComponentToGroup(String groupId,
String componentId,
LayoutDragComponent component) |
void |
addLayoutProperty(String key,
String value) |
Map<String,String> |
getLayoutComponentProperties(EditorWidget component) |
String |
getLayoutProperty(String key) |
LayoutTemplate |
getModel() |
void |
loadDefaultLayout(String layoutName) |
void |
removeDraggableComponentFromGroup(String groupId,
String componentId) |
void |
removeDraggableGroup(String id) |
void |
removeLayoutComponentProperty(EditorWidget component,
String key) |
void |
resetLayoutComponentProperties(EditorWidget component) |
void |
setupComponents(List<LayoutDragComponent> layoutDragComponents) |
void |
setupContent(LayoutTemplate layoutTemplate) |
void |
setupGridSystem(List<LayoutDragComponent> layoutDragComponents) |
void setupGridSystem(List<LayoutDragComponent> layoutDragComponents)
void setupComponents(List<LayoutDragComponent> layoutDragComponents)
void setupContent(LayoutTemplate layoutTemplate)
LayoutTemplate getModel()
void loadDefaultLayout(String layoutName)
Map<String,String> getLayoutComponentProperties(EditorWidget component)
void addComponentProperty(EditorWidget component, String key, String value)
void resetLayoutComponentProperties(EditorWidget component)
void removeLayoutComponentProperty(EditorWidget component, String key)
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.