Class MarkdownLiveEditorPresenter
- java.lang.Object
-
- org.uberfire.ext.widgets.sandbox.client.markdown.editorlive.MarkdownLiveEditorPresenter
-
@Dependent public class MarkdownLiveEditorPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMarkdownLiveEditorPresenter.View
-
Field Summary
Fields Modifier and Type Field Description MarkdownLiveEditorPresenter.Viewview
-
Constructor Summary
Constructors Constructor Description MarkdownLiveEditorPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidonStartup()
-
-
-
Field Detail
-
view
@Inject public MarkdownLiveEditorPresenter.View view
-
-
Method Detail
-
onStartup
public void onStartup()
-
getTitle
public String getTitle()
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
-
-