| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorActionManager
An ActionManager connected to a connector.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActionManager |
UI.actionManager
Keeps track of the Actions added to this component, and manages the
painting and handling as well.
|
protected ActionManager |
Panel.actionManager
Keeps track of the Actions added to this component, and manages the
painting and handling as well.
|
| Modifier and Type | Method and Description |
|---|---|
protected ActionManager |
AbstractComponent.getActionManager()
|
protected ActionManager |
UI.getActionManager() |
protected ActionManager |
Panel.getActionManager() |
protected ActionManager |
Form.getOwnActionManager()
Deprecated.
Gets the
ActionManager responsible for handling Actions
added to this Form.Note that Form has another ActionManager inherited from AbstractField. |
Copyright © 2016 Vaadin Ltd. All rights reserved.