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