Package org.uberfire.client.workbench
Interface Footer
-
- All Superinterfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,Orderable
public interface Footer extends org.jboss.errai.ui.client.local.api.IsElement, Orderable
CDI beans that implement Footer are automatically created and added to the bottom of the Workbench screen. They stick to the bottom of the viewport even when the browser window is resized.To disable a particular footer, you can use a
BeanActivator. The bean activator would have to report that the bean is disabled very early in the workbench startup process, beforeApplicationReadyEventis fired. If you need to do an asynchronous check in your activator, useWorkbench.addStartupBlocker(Class)to block startup until your activator obtains the data it needs. (The blocker could be registered in your entry point's@PostConstructmethod).