Method and 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 calling
ClientBeanManager.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 method
UberfireDocksContainer.hide(IsElement isElement) |
org.uberfire.client.workbench.docks.UberfireDocksContainer.show(Widget)
You should use Errai UI version of
this method
UberfireDocksContainer.show(IsElement isElement) |
Constructor and 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.
|
org.uberfire.client.workbench.events.BeforeClosePlaceEvent(PlaceRequest, boolean)
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.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.