Class EditHTMLPresenter
- java.lang.Object
-
- org.uberfire.ext.plugin.client.perspective.editor.layout.editor.popups.EditHTMLPresenter
-
@Dependent public class EditHTMLPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEditHTMLPresenter.View
-
Constructor Summary
Constructors Constructor Description EditHTMLPresenter(EditHTMLPresenter.View view, org.uberfire.ext.editor.commons.client.htmleditor.HtmlEditorPresenter htmlEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyHtmlEditor()org.uberfire.ext.editor.commons.client.htmleditor.HtmlEditorPresenter.ViewgetHtmlEditorView()org.uberfire.ext.layout.editor.client.api.ModalConfigurationContextgetModalConfigurationContext()EditHTMLPresenter.ViewgetView()voidinit(org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext modalConfigurationContext)voidshow()
-
-
-
Constructor Detail
-
EditHTMLPresenter
@Inject public EditHTMLPresenter(EditHTMLPresenter.View view, org.uberfire.ext.editor.commons.client.htmleditor.HtmlEditorPresenter htmlEditor)
-
-
Method Detail
-
init
public void init(org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext modalConfigurationContext)
-
show
public void show()
-
destroyHtmlEditor
public void destroyHtmlEditor()
-
getHtmlEditorView
public org.uberfire.ext.editor.commons.client.htmleditor.HtmlEditorPresenter.View getHtmlEditorView()
-
getModalConfigurationContext
public org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext getModalConfigurationContext()
-
getView
public EditHTMLPresenter.View getView()
-
-