Package | Description |
---|---|
com.vaadin.event | |
com.vaadin.ui |
Modifier and Type | Class and Description |
---|---|
class |
ActionManager
Javadoc TODO
Notes:
|
class |
ConnectorActionManager
An ActionManager connected to a connector.
|
Modifier and Type | Field and Description |
---|---|
protected HashSet<Action.Handler> |
ActionManager.actionHandlers
List of action handlers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UI.addActionHandler(Action.Handler actionHandler) |
void |
Tree.addActionHandler(Action.Handler actionHandler)
Adds an action handler.
|
void |
Table.addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this container
|
void |
Panel.addActionHandler(Action.Handler actionHandler) |
void |
Form.addActionHandler(Action.Handler actionHandler)
Deprecated.
|
void |
Calendar.addActionHandler(Action.Handler actionHandler)
Adds an action handler to the calender that handles event produced by the
context menu.
|
void |
UI.removeActionHandler(Action.Handler actionHandler) |
void |
Tree.removeActionHandler(Action.Handler actionHandler)
Removes an action handler.
|
void |
Table.removeActionHandler(Action.Handler actionHandler)
Removes a previously registered action handler for the contents of this
container.
|
void |
Panel.removeActionHandler(Action.Handler actionHandler) |
void |
Form.removeActionHandler(Action.Handler actionHandler)
Deprecated.
|
void |
Calendar.removeActionHandler(Action.Handler actionHandler) |
Copyright © 2021 Vaadin Ltd. All rights reserved.