|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Button.addActionHandler(Action.Handler actionHandler)
Adds an action handler. |
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 |
Button.removeActionHandler(Action.Handler actionHandler)
Removes an action handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||