com.vaadin.client.ui
Interface ShortcutActionHandler.ShortcutActionHandlerOwner

All Known Implementing Classes:
VPanel, VUI, VWindow
Enclosing class:
ShortcutActionHandler

public static interface ShortcutActionHandler.ShortcutActionHandlerOwner

An interface implemented by those users of this helper class that want to support special components like VRichTextArea that don't properly propagate key down events. Those components can build support for shortcut actions by traversing the closest ShortcutActionHandler.ShortcutActionHandlerOwner from the component hierarchy an passing keydown events to ShortcutActionHandler.


Method Summary
 ShortcutActionHandler getShortcutActionHandler()
          Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler
 

Method Detail

getShortcutActionHandler

ShortcutActionHandler getShortcutActionHandler()
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler



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