Uses of Interface
com.itmill.toolkit.event.Action.Handler

Packages that use Action.Handler
com.itmill.toolkit.event Provides classes and interfaces for the inheritable event model. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Action.Handler in com.itmill.toolkit.event
 

Methods in com.itmill.toolkit.event with parameters of type Action.Handler
 void Action.Container.addActionHandler(Action.Handler actionHandler)
          Registers a new action handler for this container
 void Action.Container.removeActionHandler(Action.Handler actionHandler)
          Removes a previously registered action handler for the contents of this container.
 

Uses of Action.Handler in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui with parameters of type Action.Handler
 void Table.addActionHandler(Action.Handler actionHandler)
          Registers a new action handler for this container
 void Tree.addActionHandler(Action.Handler actionHandler)
          Adds an action handler.
 void Panel.addActionHandler(Action.Handler actionHandler)
           
 void Table.removeActionHandler(Action.Handler actionHandler)
          Removes a previously registered action handler for the contents of this container.
 void Tree.removeActionHandler(Action.Handler actionHandler)
          Removes an action handler.
 void Panel.removeActionHandler(Action.Handler actionHandler)
          Removes an action handler.
 



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