Uses of Class
com.itmill.toolkit.event.Action

Packages that use Action
com.itmill.toolkit.event Provides classes and interfaces for the inheritable event model. 
 

Uses of Action in com.itmill.toolkit.event
 

Subclasses of Action in com.itmill.toolkit.event
 class ShortcutAction
          Extends Action class with keyboard bindings.
 

Methods in com.itmill.toolkit.event that return Action
 Action[] Action.Handler.getActions(Object target, Object sender)
          Gets the list of actions applicable to this handler.
 

Methods in com.itmill.toolkit.event with parameters of type Action
 void Action.Handler.handleAction(Action action, Object sender, Object target)
          Handles an action for the given target.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.