Interface AssetEditorView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
AssetEditorViewImpl
public interface AssetEditorView extends org.uberfire.ext.editor.commons.client.BaseEditorView
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAssetEditorView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()voidinit(AssetEditorView.Presenter presenter)voidshowContent(String content)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-
-
-
Method Detail
-
showContent
void showContent(String content)
-
getContent
String getContent()
-
init
void init(AssetEditorView.Presenter presenter)
-
-