org.kie.uberfire.perspective.editor.client.structure
Class PerspectiveEditorUI
java.lang.Object
org.kie.uberfire.perspective.editor.client.structure.PerspectiveEditorUI
- All Implemented Interfaces:
- EditorWidget
@ApplicationScoped
public class PerspectiveEditorUI
- extends Object
- implements EditorWidget
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_EDITOR_KEY
public static String PROPERTY_EDITOR_KEY
screenProperties
public Map<String,Map<String,String>> screenProperties
PerspectiveEditorUI
public PerspectiveEditorUI()
setup
public void setup(com.google.gwt.user.client.ui.FlowPanel container)
getWidget
public com.google.gwt.user.client.ui.FlowPanel getWidget()
- Specified by:
getWidget in interface EditorWidget
addChild
public void addChild(EditorWidget child)
- Specified by:
addChild in interface EditorWidget
getContainer
public com.google.gwt.user.client.ui.FlowPanel getContainer()
removeChild
public void removeChild(EditorWidget editorWidget)
- Specified by:
removeChild in interface EditorWidget
toPerspectiveEditor
public PerspectiveEditor toPerspectiveEditor()
getRowEditors
public List<EditorWidget> getRowEditors()
observeEditComponentEvent
public void observeEditComponentEvent(@Observes
org.kie.uberfire.properties.editor.model.PropertyEditorChangeEvent event)
getScreenProperties
public Map<String,String> getScreenProperties(String hashcode)
loadProperties
public void loadProperties(String hashcode,
ScreenEditor editor)
addParameter
public void addParameter(String hashcode,
ScreenParameter parameter)
setName
public void setName(String name)
getName
public String getName()
setTags
public void setTags(List<String> tags)
getTags
public List<String> getTags()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.