Class ActivityNotFoundPresenter
- java.lang.Object
-
- org.uberfire.client.mvp.AbstractActivity
-
- org.uberfire.client.mvp.AbstractPopupActivity
-
- org.uberfire.client.workbench.widgets.notfound.ActivityNotFoundPresenter
-
- All Implemented Interfaces:
Activity,PopupActivity,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource,org.uberfire.security.Resource
@ApplicationScoped @Named("uf.workbench.activity.notfound") public class ActivityNotFoundPresenter extends AbstractPopupActivity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActivityNotFoundPresenter.View
-
Field Summary
-
Fields inherited from class org.uberfire.client.mvp.AbstractActivity
open, place
-
-
Constructor Summary
Constructors Constructor Description ActivityNotFoundPresenter(PlaceManager placeManager, PopupView popupView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetIdentifier()org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSizegetSize()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidinit()voidonOpen()Tracks open/closed lifecycle.-
Methods inherited from class org.uberfire.client.mvp.AbstractPopupActivity
getResourceType, getTitleDecoration, onClose, onMayClose
-
Methods inherited from class org.uberfire.client.mvp.AbstractActivity
getPlace, onShutdown, onStartup, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
ActivityNotFoundPresenter
@Inject public ActivityNotFoundPresenter(PlaceManager placeManager, PopupView popupView)
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfacePopupActivity- Specified by:
getTitlein classAbstractPopupActivity
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
- Specified by:
getWidgetin interfacePopupActivity- Specified by:
getWidgetin classAbstractPopupActivity
-
init
@PostConstruct public void init()
-
onOpen
public void onOpen()
Description copied from class:AbstractActivityTracks open/closed lifecycle. Subclasses should always call super.onOpen() in methods that override this one.- Specified by:
onOpenin interfaceActivity- Overrides:
onOpenin classAbstractPopupActivity
-
getIdentifier
public String getIdentifier()
-
getSize
public org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSize getSize()
- Specified by:
getSizein interfacePopupActivity- Overrides:
getSizein classAbstractPopupActivity
-
close
public void close()
-
-