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