public interface Header extends org.jboss.errai.ui.client.local.api.IsElement, Orderable
To disable a particular header, you can use a BeanActivator
. The bean activator would have to report that the
bean is disabled very early in the workbench startup process, before ApplicationReadyEvent
is fired. If you
need to do an asynchronous check in your activator, use Workbench.addStartupBlocker(Class)
to block startup
until your activator obtains the data it needs. (The blocker could be registered in your entry point's
@PostConstruct
method).
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.