public class CommandWithThrowableDrivenErrorCallback
extends org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandWithThrowableDrivenErrorCallback.CommandWithThrowable |
| Constructor and Description |
|---|
CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
CommandWithThrowableDrivenErrorCallback.CommandWithThrowable defaultCommand) |
CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
Map<Class<? extends Throwable>,CommandWithThrowableDrivenErrorCallback.CommandWithThrowable> commands) |
CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
Map<Class<? extends Throwable>,CommandWithThrowableDrivenErrorCallback.CommandWithThrowable> commands,
CommandWithThrowableDrivenErrorCallback.CommandWithThrowable defaultCommand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
error(org.jboss.errai.bus.client.api.messaging.Message message,
Throwable throwable) |
public CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
Map<Class<? extends Throwable>,CommandWithThrowableDrivenErrorCallback.CommandWithThrowable> commands)
public CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
Map<Class<? extends Throwable>,CommandWithThrowableDrivenErrorCallback.CommandWithThrowable> commands,
CommandWithThrowableDrivenErrorCallback.CommandWithThrowable defaultCommand)
public CommandWithThrowableDrivenErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
CommandWithThrowableDrivenErrorCallback.CommandWithThrowable defaultCommand)
public boolean error(org.jboss.errai.bus.client.api.messaging.Message message,
Throwable throwable)
error in interface org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>error in class org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallbackCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.