public static interface ShortcutActionHandler.BeforeShortcutActionListener extends ComponentConnector
ComponentConnector implementing this interface will
be notified before shortcut actions are handled if it will be the target
of the action (most commonly means it is the focused component during the
keyboard combination is triggered by the user).| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeShortcutAction(com.google.gwt.user.client.Event e)
This method is called by ShortcutActionHandler before firing the
shortcut if the Paintable is currently focused (aka the target of the
shortcut action).
|
delegateCaptionHandling, flush, getLayoutManager, getState, getTooltipInfo, getWidget, hasTooltip, isReadOnly, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabledaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledStategetConnectorIdvoid onBeforeShortcutAction(com.google.gwt.user.client.Event e)
e - the event that triggered the shortcut actionCopyright © 2016 Vaadin Ltd. All rights reserved.