Class DefaultFileEditorPresenter
- java.lang.Object
-
- org.uberfire.ext.widgets.core.client.editors.defaulteditor.DefaultFileEditorPresenter
-
@Dependent public class DefaultFileEditorPresenter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DefaultFileEditorViewview
-
Constructor Summary
Constructors Constructor Description DefaultFileEditorPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidonClose()voidonStartup(org.uberfire.backend.vfs.ObservablePath path)
-
-
-
Field Detail
-
view
@Inject public DefaultFileEditorView view
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.backend.vfs.ObservablePath path)
-
onClose
public void onClose()
-
getTitle
public String getTitle()
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
-
-