Class MiscFeaturesPresenter
- java.lang.Object
-
- org.uberfire.client.screens.miscfeatures.MiscFeaturesPresenter
-
public class MiscFeaturesPresenter extends Object
A stand-alone Presenter annotated to hook into the Workbench
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMiscFeaturesPresenter.View
-
Field Summary
Fields Modifier and Type Field Description MiscFeaturesPresenter.Viewview
-
Constructor Summary
Constructors Constructor Description MiscFeaturesPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()org.uberfire.client.mvp.UberView<MiscFeaturesPresenter>getView()voidlaunchUnknownPlace()voidonFocus()voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)voidsetNewTitle(String newCoolTitle)
-
-
-
Field Detail
-
view
@Inject public MiscFeaturesPresenter.View view
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
getTitle
public String getTitle()
-
getView
public org.uberfire.client.mvp.UberView<MiscFeaturesPresenter> getView()
-
onFocus
@OnFocus public void onFocus()
-
launchUnknownPlace
public void launchUnknownPlace()
-
setNewTitle
public void setNewTitle(String newCoolTitle)
-
-