Uses of Class
com.vaadin.event.Action

Packages that use Action
com.vaadin.event   
com.vaadin.ui   
 

Uses of Action in com.vaadin.event
 

Subclasses of Action in com.vaadin.event
 class ShortcutAction
          Shortcuts are a special type of Actions used to create keyboard shortcuts.
 class ShortcutListener
           
 

Fields in com.vaadin.event with type parameters of type Action
protected  KeyMapper<Action> ActionManager.actionMapper
          Action mapper
protected  HashSet<Action> ActionManager.ownActions
          List of action handlers
 

Methods in com.vaadin.event with type parameters of type Action
<T extends Action & Action.Listener>
void
Action.Notifier.addAction(T action)
           
<T extends Action & Action.Listener>
void
ActionManager.addAction(T action)
           
<T extends Action & Action.Listener>
void
Action.Notifier.removeAction(T action)
           
<T extends Action & Action.Listener>
void
ActionManager.removeAction(T action)
           
 

Methods in com.vaadin.event that return Action
 Action[] Action.Handler.getActions(Object target, Object sender)
          Gets the list of actions applicable to this handler.
 Action[] ActionManager.getActions(Object target, Object sender)
           
 

Methods in com.vaadin.event with parameters of type Action
 void Action.Handler.handleAction(Action action, Object sender, Object target)
          Handles an action for the given target.
 void ActionManager.handleAction(Action action, Object sender, Object target)
           
 

Uses of Action in com.vaadin.ui
 

Subclasses of Action in com.vaadin.ui
static class AbstractField.FocusShortcut
          A ready-made ShortcutListener that focuses the given Focusable (usually a Field) when the keyboard shortcut is invoked.
static class Button.ClickShortcut
          A ShortcutListener specifically made to define a keyboard shortcut that invokes a click on the given button.
static class Window.CloseShortcut
          A ShortcutListener specifically made to define a keyboard shortcut that closes the window.
 

Methods in com.vaadin.ui with type parameters of type Action
<T extends Action & Action.Listener>
void
Form.addAction(T action)
          Deprecated.  
<T extends Action & Action.Listener>
void
Panel.addAction(T action)
           
<T extends Action & Action.Listener>
void
Root.addAction(T action)
           
<T extends Action & Action.Listener>
void
Form.removeAction(T action)
          Deprecated.  
<T extends Action & Action.Listener>
void
Panel.removeAction(T action)
           
<T extends Action & Action.Listener>
void
Root.removeAction(T action)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.