KIE Uberfire Perspective Editor Client 6.2.0.CR2

Uses of Interface
org.kie.uberfire.perspective.editor.client.structure.EditorWidget

Packages that use EditorWidget
org.kie.uberfire.perspective.editor.client.panels.components.popup   
org.kie.uberfire.perspective.editor.client.structure   
 

Uses of EditorWidget in org.kie.uberfire.perspective.editor.client.panels.components.popup
 

Constructors in org.kie.uberfire.perspective.editor.client.panels.components.popup with parameters of type EditorWidget
EditHTML(EditorWidget parent)
           
EditScreen(EditorWidget parent)
           
 

Uses of EditorWidget in org.kie.uberfire.perspective.editor.client.structure
 

Classes in org.kie.uberfire.perspective.editor.client.structure that implement EditorWidget
 class ColumnEditorUI
           
 class HTMLEditorWidgetUI
           
 class PerspectiveEditorUI
           
 class RowEditorWidgetUI
           
 class ScreenEditorWidgetUI
           
 

Methods in org.kie.uberfire.perspective.editor.client.structure that return types with arguments of type EditorWidget
 List<EditorWidget> ColumnEditorUI.getChilds()
           
 List<EditorWidget> RowEditorWidgetUI.getColumnEditors()
           
 List<EditorWidget> PerspectiveEditorUI.getRowEditors()
           
 

Methods in org.kie.uberfire.perspective.editor.client.structure with parameters of type EditorWidget
 void ScreenEditorWidgetUI.addChild(EditorWidget editorWidget)
           
 void EditorWidget.addChild(EditorWidget editorWidget)
           
 void ColumnEditorUI.addChild(EditorWidget editorWidget)
           
 void PerspectiveEditorUI.addChild(EditorWidget child)
           
 void RowEditorWidgetUI.addChild(EditorWidget columnEditor)
           
 void HTMLEditorWidgetUI.addChild(EditorWidget editorWidget)
           
 void ScreenEditorWidgetUI.removeChild(EditorWidget editorWidget)
           
 void EditorWidget.removeChild(EditorWidget editorWidget)
           
 void ColumnEditorUI.removeChild(EditorWidget editorWidget)
           
 void PerspectiveEditorUI.removeChild(EditorWidget editorWidget)
           
 void RowEditorWidgetUI.removeChild(EditorWidget editorWidget)
           
 void HTMLEditorWidgetUI.removeChild(EditorWidget editorWidget)
           
 

Constructors in org.kie.uberfire.perspective.editor.client.structure with parameters of type EditorWidget
HTMLEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container)
           
HTMLEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, String htmlCode)
           
RowEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, List<String> rowSpans)
           
RowEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, String rowSpamString)
           
ScreenEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container)
           
 


KIE Uberfire Perspective Editor Client 6.2.0.CR2

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