Interface HtmlEditorPresenter.View
-
- All Superinterfaces:
BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<HtmlEditorPresenter>,org.jboss.errai.common.client.api.IsElement,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberElement<HtmlEditorPresenter>
- All Known Implementing Classes:
HtmlEditorView
- Enclosing class:
- HtmlEditorPresenter
public static interface HtmlEditorPresenter.View extends org.uberfire.client.mvp.UberElement<HtmlEditorPresenter>, BaseEditorView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()StringgetContent()voidload()voidsetContent(String content)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-