Uses of Class
com.vaadin.event.ShortcutAction

Packages that use ShortcutAction
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
 class ShortcutListener
           
 

Uses of ShortcutAction in com.vaadin.ui
 

Subclasses of ShortcutAction 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.
 

Uses of ShortcutAction in com.vaadin.ui.declarative.converters
 

Methods in com.vaadin.ui.declarative.converters that return ShortcutAction
 ShortcutAction DesignShortcutActionConverter.convertToModel(java.lang.String value, java.lang.Class<? extends ShortcutAction> targetType, java.util.Locale locale)
           
 

Methods in com.vaadin.ui.declarative.converters that return types with arguments of type ShortcutAction
 java.lang.Class<ShortcutAction> DesignShortcutActionConverter.getModelType()
           
 

Methods in com.vaadin.ui.declarative.converters with parameters of type ShortcutAction
 java.lang.String DesignShortcutActionConverter.convertToPresentation(ShortcutAction value, java.lang.Class<? extends java.lang.String> targetType, java.util.Locale locale)
           
 

Method parameters in com.vaadin.ui.declarative.converters with type arguments of type ShortcutAction
 ShortcutAction DesignShortcutActionConverter.convertToModel(java.lang.String value, java.lang.Class<? extends ShortcutAction> targetType, java.util.Locale locale)
           
 



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