|
||||||||||
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(java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |