Package com.vaadin.client.ui
Interface ShortcutActionHandler.ShortcutActionHandlerOwner
-
- All Superinterfaces:
com.google.gwt.user.client.ui.HasWidgets,Iterable<com.google.gwt.user.client.ui.Widget>
- Enclosing class:
- ShortcutActionHandler
public static interface ShortcutActionHandler.ShortcutActionHandlerOwner extends com.google.gwt.user.client.ui.HasWidgetsAn interface implemented by those users of this helper class that want to support special components likeVRichTextAreathat don't properly propagate key down events. Those components can build support for shortcut actions by traversing the closestShortcutActionHandler.ShortcutActionHandlerOwnerfrom the component hierarchy an passing keydown events toShortcutActionHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShortcutActionHandlergetShortcutActionHandler()Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler.-
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, remove
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getShortcutActionHandler
ShortcutActionHandler getShortcutActionHandler()
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler.
-
-