-
Methods Method Description org.uberfire.client.mvp.ActivityManager.getActivities(Class<T>) 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. It is also up to the caller to free each of the returned Activity instances by callingClientBeanManager.destroyBean(Object)on them. Consider using the Errai bean manager and UberFire AuthorizationManager directly instead of using this method. See UF-105 for details.org.uberfire.client.workbench.docks.UberfireDocksContainer.hide(Widget) You should use Errai UI version of this methodUberfireDocksContainer.hide(IsElement isElement)org.uberfire.client.workbench.docks.UberfireDocksContainer.show(Widget) You should use Errai UI version of this methodUberfireDocksContainer.show(IsElement isElement)
-
Constructors Constructor Description org.uberfire.client.workbench.events.BeforeClosePlaceEvent(PlaceRequest) Prior to UberFire 0.5, it was possible for an application to close a place by firing this event. This no longer works. Instead, use one of the PlaceManager.closeXXX methods.