Uses of Class
com.vaadin.event.Action
-
Packages that use Action Package Description com.vaadin.event com.vaadin.ui -
-
Uses of Action in com.vaadin.event
Subclasses of Action in com.vaadin.event Modifier and Type Class Description classFocusShortcutA ready-madeShortcutListenerthat focuses the givenComponent.Focusable(usually anAbstractField) when the keyboard shortcut is invoked.classShortcutActionShortcuts are a special type ofActions used to create keyboard shortcuts.classShortcutListenerFields in com.vaadin.event with type parameters of type Action Modifier and Type Field Description protected KeyMapper<Action>ActionManager. actionMapperAction mapper.protected HashSet<Action>ActionManager. ownActionsList of action handlers.Methods in com.vaadin.event with type parameters of type Action Modifier and Type Method Description <T extends Action & Action.Listener>
voidAction.Notifier. addAction(T action)<T extends Action & Action.Listener>
voidActionManager. addAction(T action)<T extends Action & Action.Listener>
voidAction.Notifier. removeAction(T action)<T extends Action & Action.Listener>
voidActionManager. removeAction(T action)Methods in com.vaadin.event that return Action Modifier and Type Method Description 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 Modifier and Type Method Description voidAction.Handler. handleAction(Action action, Object sender, Object target)Handles an action for the given target.voidActionManager. handleAction(Action action, Object sender, Object target)voidConnectorActionManager. handleAction(Action action, Object sender, Object target) -
Uses of Action in com.vaadin.ui
Subclasses of Action in com.vaadin.ui Modifier and Type Class Description static classButton.ClickShortcutAShortcutListenerspecifically made to define a keyboard shortcut that invokes a click on the given button.static classWindow.CloseShortcutAShortcutListenerspecifically made to define a keyboard shortcut that closes the window.Methods in com.vaadin.ui with type parameters of type Action Modifier and Type Method Description <T extends Action & Action.Listener>
voidPanel. addAction(T action)<T extends Action & Action.Listener>
voidUI. addAction(T action)<T extends Action & Action.Listener>
voidPanel. removeAction(T action)<T extends Action & Action.Listener>
voidUI. removeAction(T action)
-