KIE Uberfire Perspective Editor Client 6.2.0.CR2

org.kie.uberfire.perspective.editor.client.structure
Class PerspectiveEditorUI

java.lang.Object
  extended by org.kie.uberfire.perspective.editor.client.structure.PerspectiveEditorUI
All Implemented Interfaces:
EditorWidget

@ApplicationScoped
public class PerspectiveEditorUI
extends Object
implements EditorWidget


Field Summary
static String PROPERTY_EDITOR_KEY
           
 Map<String,Map<String,String>> screenProperties
           
 
Constructor Summary
PerspectiveEditorUI()
           
 
Method Summary
 void addChild(EditorWidget child)
           
 void addParameter(String hashcode, ScreenParameter parameter)
           
 com.google.gwt.user.client.ui.FlowPanel getContainer()
           
 String getName()
           
 List<EditorWidget> getRowEditors()
           
 Map<String,String> getScreenProperties(String hashcode)
           
 List<String> getTags()
           
 com.google.gwt.user.client.ui.FlowPanel getWidget()
           
 void loadProperties(String hashcode, ScreenEditor editor)
           
 void observeEditComponentEvent(org.kie.uberfire.properties.editor.model.PropertyEditorChangeEvent event)
           
 void removeChild(EditorWidget editorWidget)
           
 void setName(String name)
           
 void setTags(List<String> tags)
           
 void setup(com.google.gwt.user.client.ui.FlowPanel container)
           
 PerspectiveEditor toPerspectiveEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_EDITOR_KEY

public static String PROPERTY_EDITOR_KEY

screenProperties

public Map<String,Map<String,String>> screenProperties
Constructor Detail

PerspectiveEditorUI

public PerspectiveEditorUI()
Method Detail

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()

KIE Uberfire Perspective Editor Client 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.