Uses of Class
net.customware.gwt.dispatch.shared.BatchAction.OnException

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)
           
 



Copyright © 2009 customware.net. All Rights Reserved.