|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 HashSet<Action> |
ActionManager.ownActions
List of action handlers |
| Methods in com.vaadin.event with type parameters of type Action | ||
|---|---|---|
|
Action.Notifier.addAction(T action)
|
|
|
ActionManager.addAction(T action)
|
|
|
Action.Notifier.removeAction(T action)
|
|
|
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 | ||
|---|---|---|
|
Form.addAction(T action)
|
|
|
Panel.addAction(T action)
|
|
|
Form.removeAction(T action)
|
|
|
Panel.removeAction(T action)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||