Class HtmlEditorPresenter
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.htmleditor.HtmlEditorPresenter
-
@Dependent public class HtmlEditorPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHtmlEditorPresenter.View
-
Constructor Summary
Constructors Constructor Description HtmlEditorPresenter(HtmlEditorPresenter.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()StringgetContent()HtmlEditorPresenter.ViewgetView()voidload()voidsetContent(String content)
-
-
-
Constructor Detail
-
HtmlEditorPresenter
@Inject public HtmlEditorPresenter(HtmlEditorPresenter.View view)
-
-
Method Detail
-
load
public void load()
-
getView
public HtmlEditorPresenter.View getView()
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
destroy
public void destroy()
-
-