Uses of Class
org.xwiki.gwt.user.client.ActionEvent

Packages that use ActionEvent
org.xwiki.gwt.user.client   
 

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

Methods in org.xwiki.gwt.user.client that return ActionEvent
static ActionEvent ActionEvent.fire(HasActionHandlers source, java.lang.String actionName)
          Fires an action event on all registered handlers in the handler manager.
 

Methods in org.xwiki.gwt.user.client with parameters of type ActionEvent
 void NativeActionHandler.onAction(ActionEvent event)
          Handles the specified action.
 void ActionHandler.onAction(ActionEvent event)
          Handles the specified action.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.