|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action.Handler | |
---|---|
com.vaadin.event | |
com.vaadin.ui |
Uses of Action.Handler in com.vaadin.event |
---|
Classes in com.vaadin.event that implement Action.Handler | |
---|---|
class |
ActionManager
Javadoc TODO Notes: |
Fields in com.vaadin.event with type parameters of type Action.Handler | |
---|---|
protected HashSet<Action.Handler> |
ActionManager.actionHandlers
List of action handlers. |
Methods in com.vaadin.event with parameters of type Action.Handler | |
---|---|
void |
ActionManager.addActionHandler(Action.Handler actionHandler)
|
void |
Action.Container.addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this container |
void |
ActionManager.removeActionHandler(Action.Handler actionHandler)
|
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.vaadin.ui |
---|
Methods in com.vaadin.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 |
Form.addActionHandler(Action.Handler actionHandler)
|
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 |
Form.removeActionHandler(Action.Handler actionHandler)
|
void |
Panel.removeActionHandler(Action.Handler actionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |