Class ActivityNotFoundPresenter
- java.lang.Object
-
- org.uberfire.ext.widgets.core.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter
-
@ApplicationScoped public class ActivityNotFoundPresenter extends Object
Popup presenter for when an Activity cannot be found
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActivityNotFoundPresenter.View
-
Constructor Summary
Constructors Constructor Description ActivityNotFoundPresenter(ActivityNotFoundView view, org.uberfire.client.mvp.PlaceManager placeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()org.uberfire.client.mvp.UberView<ActivityNotFoundPresenter>getView()voidonClose()voidonStartup(org.uberfire.mvp.PlaceRequest place)
-
-
-
Constructor Detail
-
ActivityNotFoundPresenter
@Inject public ActivityNotFoundPresenter(ActivityNotFoundView view, org.uberfire.client.mvp.PlaceManager placeManager)
-
-
Method Detail
-
getTitle
public String getTitle()
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
-
onClose
public void onClose()
-
getView
public org.uberfire.client.mvp.UberView<ActivityNotFoundPresenter> getView()
-
-