Uses of Class
com.vaadin.event.ShortcutAction
-
Packages that use ShortcutAction Package Description com.vaadin.event com.vaadin.ui com.vaadin.ui.declarative.converters -
-
Uses of ShortcutAction in com.vaadin.event
Subclasses of ShortcutAction in com.vaadin.event Modifier and Type Class Description classFocusShortcutA ready-madeShortcutListenerthat focuses the givenComponent.Focusable(usually anAbstractField) when the keyboard shortcut is invoked.classShortcutListener -
Uses of ShortcutAction in com.vaadin.ui
Subclasses of ShortcutAction 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. -
Uses of ShortcutAction in com.vaadin.ui.declarative.converters
Methods in com.vaadin.ui.declarative.converters that return types with arguments of type ShortcutAction Modifier and Type Method Description Result<ShortcutAction>DesignShortcutActionConverter. convertToModel(String value, ValueContext context)Methods in com.vaadin.ui.declarative.converters with parameters of type ShortcutAction Modifier and Type Method Description StringDesignShortcutActionConverter. convertToPresentation(ShortcutAction value, ValueContext context)
-