Class MiscFeaturesPresenterActivity
- java.lang.Object
-
- org.uberfire.client.mvp.AbstractActivity
-
- org.uberfire.client.mvp.AbstractWorkbenchActivity
-
- org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
-
- org.uberfire.client.screens.miscfeatures.MiscFeaturesPresenterActivity
-
- All Implemented Interfaces:
org.uberfire.client.mvp.Activity,org.uberfire.client.mvp.ContextSensitiveActivity,org.uberfire.client.mvp.WorkbenchActivity,org.uberfire.client.mvp.WorkbenchScreenActivity,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource,org.uberfire.security.Resource
@Dependent @Generated("org.uberfire.annotations.processors.WorkbenchScreenProcessor") @Named("MiscellaneousFeatures") public class MiscFeaturesPresenterActivity extends org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
-
-
Constructor Summary
Constructors Constructor Description MiscFeaturesPresenterActivity(org.uberfire.client.mvp.PlaceManager placeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidinit()voidonFocus()voidonStartup(org.uberfire.mvp.PlaceRequest place)-
Methods inherited from class org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
getResourceType
-
Methods inherited from class org.uberfire.client.mvp.AbstractWorkbenchActivity
contextId, getDefaultPosition, getMenus, getOwningPlace, getTitleDecoration, getToolBar, onLostFocus, onMayClose
-
Methods inherited from class org.uberfire.client.mvp.AbstractActivity
getPlace, onClose, onOpen, onShutdown, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
- Specified by:
onStartupin interfaceorg.uberfire.client.mvp.Activity- Overrides:
onStartupin classorg.uberfire.client.mvp.AbstractActivity
-
onFocus
public void onFocus()
- Specified by:
onFocusin interfaceorg.uberfire.client.mvp.WorkbenchActivity- Overrides:
onFocusin classorg.uberfire.client.mvp.AbstractWorkbenchActivity
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceorg.uberfire.client.mvp.WorkbenchActivity- Specified by:
getTitlein classorg.uberfire.client.mvp.AbstractWorkbenchActivity
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
- Specified by:
getWidgetin interfaceorg.uberfire.client.mvp.WorkbenchActivity- Specified by:
getWidgetin classorg.uberfire.client.mvp.AbstractWorkbenchActivity
-
getIdentifier
public String getIdentifier()
-
-