Class AssetEditor
- java.lang.Object
-
- org.uberfire.client.experimental.editor.AssetEditor
-
- All Implemented Interfaces:
AssetEditorView.Presenter
@Dependent public class AssetEditor extends Object implements AssetEditorView.Presenter
-
-
Constructor Summary
Constructors Constructor Description AssetEditor(AssetEditorView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()AssetEditorViewgetView()voidshowContent(String content)
-
-
-
Constructor Detail
-
AssetEditor
@Inject public AssetEditor(AssetEditorView view)
-
-
Method Detail
-
showContent
public void showContent(String content)
-
getContent
public String getContent()
-
getView
public AssetEditorView getView()
-
-