KIE Uberfire Perspective Editor Client 6.2.0.CR2

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

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

public class HTMLEditorWidgetUI
extends Object
implements EditorWidget


Constructor Summary
HTMLEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container)
           
HTMLEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, String htmlCode)
           
 
Method Summary
 void addChild(EditorWidget editorWidget)
           
 String getHtmlCode()
           
 com.google.gwt.user.client.ui.FlowPanel getWidget()
           
 void removeChild(EditorWidget editorWidget)
           
 void removeFromParent()
           
 void setHtmlCode(String htmlCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEditorWidgetUI

public HTMLEditorWidgetUI(EditorWidget parent,
                          com.google.gwt.user.client.ui.FlowPanel container,
                          String htmlCode)

HTMLEditorWidgetUI

public HTMLEditorWidgetUI(EditorWidget parent,
                          com.google.gwt.user.client.ui.FlowPanel container)
Method Detail

getWidget

public com.google.gwt.user.client.ui.FlowPanel getWidget()
Specified by:
getWidget in interface EditorWidget

removeFromParent

public void removeFromParent()

addChild

public void addChild(EditorWidget editorWidget)
Specified by:
addChild in interface EditorWidget

removeChild

public void removeChild(EditorWidget editorWidget)
Specified by:
removeChild in interface EditorWidget

getHtmlCode

public String getHtmlCode()

setHtmlCode

public void setHtmlCode(String htmlCode)

KIE Uberfire Perspective Editor Client 6.2.0.CR2

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