Uses of Class
com.vaadin.event.ActionManager
-
Packages that use ActionManager Package Description com.vaadin.event com.vaadin.ui -
-
Uses of ActionManager in com.vaadin.event
Subclasses of ActionManager in com.vaadin.event Modifier and Type Class Description class
ConnectorActionManager
An ActionManager connected to a connector. -
Uses of ActionManager in com.vaadin.ui
Fields in com.vaadin.ui declared as ActionManager Modifier and Type Field Description protected ActionManager
Panel. actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well.protected ActionManager
UI. actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well.Methods in com.vaadin.ui that return ActionManager Modifier and Type Method Description protected ActionManager
AbstractComponent. getActionManager()
Gets theActionManager
used to manage theShortcutListener
s added to this component.protected ActionManager
Panel. getActionManager()
protected ActionManager
UI. getActionManager()
-