Uses of Interface
org.xwiki.gwt.user.client.ActionHandler

Packages that use ActionHandler
org.xwiki.gwt.user.client   
org.xwiki.gwt.user.client.ui.rta   
 

Uses of ActionHandler in org.xwiki.gwt.user.client
 

Classes in org.xwiki.gwt.user.client that implement ActionHandler
 class NativeActionHandler
          Wraps a JavaScript function and calls it whenever this action handler is executed.
 

Methods in org.xwiki.gwt.user.client that return types with arguments of type ActionHandler
 com.google.gwt.event.shared.GwtEvent.Type<ActionHandler> ActionEvent.getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<ActionHandler> ActionEvent.getType(String actionName)
           
 

Methods in org.xwiki.gwt.user.client with parameters of type ActionHandler
 com.google.gwt.event.shared.HandlerRegistration HasActionHandlers.addActionHandler(String actionName, ActionHandler handler)
          Registers the given handler for the specified action.
protected  void ActionEvent.dispatch(ActionHandler handler)
           
 

Uses of ActionHandler in org.xwiki.gwt.user.client.ui.rta
 

Methods in org.xwiki.gwt.user.client.ui.rta with parameters of type ActionHandler
 com.google.gwt.event.shared.HandlerRegistration RichTextArea.addActionHandler(String actionName, ActionHandler handler)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.