Uses of Class
com.vaadin.event.ActionManager

Packages that use ActionManager
com.vaadin.ui   
 

Uses of ActionManager in com.vaadin.ui
 

Fields in com.vaadin.ui declared as ActionManager
protected  ActionManager Panel.actionManager
          Keeps track of the Actions added to this component, and manages the painting and handling as well.
protected  ActionManager Root.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
protected  ActionManager Panel.getActionManager()
           
protected  ActionManager Root.getActionManager()
           
protected  ActionManager AbstractComponent.getActionManager()
          Gets the ActionManager used to manage the ShortcutListeners added to this Field.
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 © 2000-2011 Vaadin Ltd. All Rights Reserved.