Class HasBusyIndicatorDefaultErrorCallback
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
- org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>
public class HasBusyIndicatorDefaultErrorCallback extends DefaultErrorCallback
Default Error handler for all views that support HasBusyIndicator
-
-
Field Summary
Fields Modifier and Type Field Description protected HasBusyIndicatorview
-
Constructor Summary
Constructors Constructor Description HasBusyIndicatorDefaultErrorCallback(HasBusyIndicator view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanerror(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)voidhideBusyIndicator()
-
-
-
Field Detail
-
view
protected HasBusyIndicator view
-
-
Constructor Detail
-
HasBusyIndicatorDefaultErrorCallback
public HasBusyIndicatorDefaultErrorCallback(HasBusyIndicator view)
-
-
Method Detail
-
error
public boolean error(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)- Specified by:
errorin interfaceorg.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>- Overrides:
errorin classDefaultErrorCallback
-
hideBusyIndicator
public void hideBusyIndicator()
-
-