Uses of Interface
org.uberfire.client.mvp.Activity
-
Packages that use Activity Package Description org.uberfire.client.mvp org.uberfire.client.util org.uberfire.client.workbench org.uberfire.client.workbench.widgets.notfound -
-
Uses of Activity in org.uberfire.client.mvp
Subinterfaces of Activity in org.uberfire.client.mvp Modifier and Type Interface Description interfaceContextActivityinterfaceContextSensitiveActivityinterfacePerspectiveActivityinterfacePopupActivityinterfaceSplashScreenActivityinterfaceWorkbenchActivityWorkbenchActivity and its subinterfaces define the interface between UberFire framework behaviour and application-defined behaviour.interfaceWorkbenchClientEditorActivityAn Editor is an activity that is associated with a VFS path.interfaceWorkbenchEditorActivityAn Editor is an activity that is associated with a VFS path.interfaceWorkbenchScreenActivityProvides the application-defined behaviour and application-defined view associated with a particular PlaceRequest.Classes in org.uberfire.client.mvp that implement Activity Modifier and Type Class Description classAbstractActivityImplementation of behaviour common to all activity types.classAbstractPopupActivityImplementation of behaviour common to all popup activities.classAbstractSplashScreenActivityImplementation of behaviour common to all splash screen activities.classAbstractWorkbenchActivityImplementation of behaviour common to all workbench editors and screens.classAbstractWorkbenchClientEditorActivityImplementation of behaviour common to all workbench editor activities.classAbstractWorkbenchContextActivityImplementation of behaviour common to all context activities.classAbstractWorkbenchEditorActivityImplementation of behaviour common to all workbench editor activities.classAbstractWorkbenchPerspectiveActivityImplementation of behaviour common to all perspective activities.classAbstractWorkbenchScreenActivityImplementation of behaviour common to all workbench screen activities.Methods in org.uberfire.client.mvp with type parameters of type Activity Modifier and Type Method Description <T extends Activity>
Set<T>ActivityManager. getActivities(Class<T> abstractScreenActivityClass)Deprecated.this method returns Activity instances that have not had their onStartup() methods invoked, so they can not be displayed according to the normal Activity lifecycle.<T extends Activity>
Set<T>ActivityManagerImpl. getActivities(Class<T> clazz)<T extends Activity>
Set<T>PluginActivityManagerImpl. getActivities(Class<T> clazz)<T extends Activity>
TActivityManager. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest)Calls to asActivityManager.getActivity(Class, PlaceRequest)with security checks enabled.<T extends Activity>
TActivityManager. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)Works likeActivityManager.getActivities(PlaceRequest, boolean)but performs an unsafe cast to treat the return value as an instance of the given class.<T extends Activity>
TActivityManagerImpl. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest)<T extends Activity>
TActivityManagerImpl. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)<T extends Activity>
TPluginActivityManagerImpl. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest)<T extends Activity>
TPluginActivityManagerImpl. getActivity(Class<T> clazz, org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)Methods in org.uberfire.client.mvp that return Activity Modifier and Type Method Description ActivityActivityManager. getActivity(org.uberfire.mvp.PlaceRequest placeRequest)Calls to asActivityManager.getActivity(PlaceRequest)with security checks enabled.ActivityActivityManager. getActivity(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)Finds an activity that can handle the given PlaceRequest, creating and starting a new one if necessary.ActivityActivityManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest placeRequest)ActivityActivityManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)ActivityPlaceManager. getActivity(org.uberfire.mvp.PlaceRequest place)Finds the currently open activity that handles the given PlaceRequest by ID.ActivityPlaceManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest place)ActivityPluginActivityManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest placeRequest)ActivityPluginActivityManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)ActivityPluginPlaceManagerImpl. getActivity(org.uberfire.mvp.PlaceRequest place)ActivityActivityLifecycleError. getFailedActivity()Returns the Activity instance that threw the exception.Methods in org.uberfire.client.mvp that return types with arguments of type Activity Modifier and Type Method Description Set<Activity>ActivityManager. getActivities(org.uberfire.mvp.PlaceRequest placeRequest)Calls toActivityManager.getActivities(PlaceRequest)with security checks enabled.Set<Activity>ActivityManager. getActivities(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)Returns the set of activities that can handle the given PlaceRequest.Set<Activity>ActivityManagerImpl. getActivities(org.uberfire.mvp.PlaceRequest placeRequest)Set<Activity>ActivityManagerImpl. getActivities(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)Set<Activity>PluginActivityManagerImpl. getActivities(org.uberfire.mvp.PlaceRequest placeRequest)Set<Activity>PluginActivityManagerImpl. getActivities(org.uberfire.mvp.PlaceRequest placeRequest, boolean secure)org.jboss.errai.ioc.client.container.SyncBeanDef<Activity>ActivityBeansCache. getActivity(String id)Returns the activity with the given CDI bean name from this cache, or null if there is no such activity or the activity with the given name is not an activated bean.org.jboss.errai.ioc.client.container.SyncBeanDef<Activity>ActivityBeansCache. getActivity(org.uberfire.backend.vfs.Path path)Returns the activated activity with the highest priority that can handle the given file.org.jboss.errai.ioc.client.container.SyncBeanDef<Activity>ActivityAndMetaInfo. getActivityBean()List<org.jboss.errai.ioc.client.container.SyncBeanDef<Activity>>ActivityBeansCache. getPerspectiveActivities()Methods in org.uberfire.client.mvp with parameters of type Activity Modifier and Type Method Description voidActivityManager. destroyActivity(Activity activity)Destroys the given Activity bean instance, making it eligible for garbage collection.voidActivityManagerImpl. destroyActivity(Activity activity)voidPluginActivityManagerImpl. destroyActivity(Activity activity)voidActivityLifecycleErrorHandler. handle(Activity failedActivity, ActivityLifecycleError.LifecyclePhase failedCall, Throwable exception)Handles the failure of an activity's lifecycle method.booleanActivityManager. isStarted(Activity activity)Returns true if the given Activity instance is currently in the started or open state and managed by this ActivityManager.booleanActivityManagerImpl. isStarted(Activity activity)booleanPluginActivityManagerImpl. isStarted(Activity activity)voidPlaceHistoryHandler. registerClose(Activity activity, org.uberfire.mvp.PlaceRequest place)voidPlaceHistoryHandler. registerOpen(Activity activity, org.uberfire.mvp.PlaceRequest place)register opened screen of perspectiveMethod parameters in org.uberfire.client.mvp with type arguments of type Activity Modifier and Type Method Description voidActivityBeansCache. addNewEditorActivity(org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> syncBeanDef, int priority, List<String> resourceTypes)voidActivityBeansCache. addNewEditorActivity(org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> activityBean, String priority, String resourceTypeName)Used for runtime plugins.voidActivityBeansCache. addNewPerspectiveActivity(org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> activityBean)Used for runtime plugins.voidActivityBeansCache. addNewScreenActivity(org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> activityBean)Used for runtime plugins.voidActivityBeansCache. addNewSplashScreenActivity(org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> activityBean) -
Uses of Activity in org.uberfire.client.util
Method parameters in org.uberfire.client.util with type arguments of type Activity Modifier and Type Method Description voidGWTEditorNativeRegister. nativeRegisterGwtClientBean(String id, org.jboss.errai.ioc.client.container.SyncBeanDef<Activity> activityBean) -
Uses of Activity in org.uberfire.client.workbench
Classes in org.uberfire.client.workbench that implement Activity Modifier and Type Class Description classStandaloneEditorPerspective -
Uses of Activity in org.uberfire.client.workbench.widgets.notfound
Classes in org.uberfire.client.workbench.widgets.notfound that implement Activity Modifier and Type Class Description classActivityNotFoundPresenter
-