@Dependent public class BusyIndicatorView extends Object implements HasBusyIndicator
| Constructor and Description |
|---|
BusyIndicatorView() |
| Modifier and Type | Method and Description |
|---|---|
void |
hideBusyIndicator()
This method is invoked by the container when this bean is destroyed,
so that loading popups are guaranteed to close when an enclosing
bean is destroyed.
|
void |
showBusyIndicator(String message) |
public void showBusyIndicator(String message)
showBusyIndicator in interface HasBusyIndicator@PreDestroy public void hideBusyIndicator()
hideBusyIndicator in interface HasBusyIndicatorCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.