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 classShortcutListener -
Uses of ShortcutAction in com.vaadin.ui
Subclasses of ShortcutAction in com.vaadin.ui Modifier and Type Class Description static classAbstractField.FocusShortcutA ready-madeShortcutListenerthat focuses the givenComponent.Focusable(usually aField) when the keyboard shortcut is invoked.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 ShortcutAction Modifier and Type Method Description ShortcutActionDesignShortcutActionConverter. convertToModel(String value, Class<? extends ShortcutAction> targetType, Locale locale)Methods in com.vaadin.ui.declarative.converters that return types with arguments of type ShortcutAction Modifier and Type Method Description Class<ShortcutAction>DesignShortcutActionConverter. getModelType()Methods in com.vaadin.ui.declarative.converters with parameters of type ShortcutAction Modifier and Type Method Description StringDesignShortcutActionConverter. convertToPresentation(ShortcutAction value, Class<? extends String> targetType, Locale locale)Method parameters in com.vaadin.ui.declarative.converters with type arguments of type ShortcutAction Modifier and Type Method Description ShortcutActionDesignShortcutActionConverter. convertToModel(String value, Class<? extends ShortcutAction> targetType, Locale locale)
-