|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchAction.OnException | |
|---|---|
| net.customware.gwt.dispatch.shared | |
| Uses of BatchAction.OnException in net.customware.gwt.dispatch.shared |
|---|
| Methods in net.customware.gwt.dispatch.shared that return BatchAction.OnException | |
|---|---|
BatchAction.OnException |
BatchAction.getOnException()
The expected behaviour if any of the sub-actions throw an exception. |
static BatchAction.OnException |
BatchAction.OnException.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BatchAction.OnException[] |
BatchAction.OnException.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in net.customware.gwt.dispatch.shared with parameters of type BatchAction.OnException | |
|---|---|
BatchAction(BatchAction.OnException onException,
Action<?>... actions)
Constructs a new batch action, which will attempt to execute the provided list of actions in order. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||