Uses of Interface
grails.plugins.gwt.shared.Action

Packages that use Action
grails.plugins.gwt.client   
 

Uses of Action in grails.plugins.gwt.client
 

Methods in grails.plugins.gwt.client with parameters of type Action
<T extends Response>
T
GwtActionService.execute(Action<T> action)
           
<T extends Response>
void
GwtActionServiceAsync.execute(Action<T> action, com.google.gwt.user.client.rpc.AsyncCallback<T> callback)