com.vaadin.terminal.gwt.client.ui.
Interface ShortcutActionHandler.ShortcutActionHandlerOwner
All Superinterfaces:
com.google.gwt.user.client.ui.HasWidgets, Iterable<com.google.gwt.user.client.ui.Widget>
Enclosing class:
- extends com.google.gwt.user.client.ui.HasWidgets
public static interface ShortcutActionHandler.ShortcutActionHandlerOwner
An interface implemented by those users (most often Container
s,
but HasWidgets at least) 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
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
Method Summary | |
---|---|
ShortcutActionHandler |
getShortcutActionHandler()
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 |
Method Detail |
---|
getShortcutActionHandler
ShortcutActionHandler getShortcutActionHandler()
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler