Class BusyIndicatorView
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.common.BusyIndicatorView
-
- All Implemented Interfaces:
HasBusyIndicator
@Dependent public class BusyIndicatorView extends Object implements HasBusyIndicator
-
-
Constructor Summary
Constructors Constructor Description BusyIndicatorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhideBusyIndicator()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.voidshowBusyIndicator(String message)
-
-
-
Method Detail
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceHasBusyIndicator
-
hideBusyIndicator
@PreDestroy public 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.- Specified by:
hideBusyIndicatorin interfaceHasBusyIndicator
-
-