public class KeyDownHandlerCommon extends Object implements com.google.gwt.event.dom.client.KeyDownHandler
Modifier and Type | Field and Description |
---|---|
protected HasSingletonDOMElementResource |
gridCell |
protected GridLayer |
gridLayer |
protected GridLienzoPanel |
gridPanel |
protected GridWidget |
gridWidget |
Constructor and Description |
---|
KeyDownHandlerCommon(GridLienzoPanel gridPanel,
GridLayer gridLayer,
GridWidget gridWidget,
HasSingletonDOMElementResource gridCell) |
KeyDownHandlerCommon(GridLienzoPanel gridPanel,
GridLayer gridLayer,
GridWidget gridWidget,
HasSingletonDOMElementResource gridCell,
boolean isTabKeyHandled,
boolean isEnterKeyHandled,
boolean isEscapeKeyHandled) |
Modifier and Type | Method and Description |
---|---|
protected void |
moveSelection(int keyCode,
boolean isShiftKeyDown) |
void |
onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent e) |
protected final GridLienzoPanel gridPanel
protected final GridLayer gridLayer
protected final GridWidget gridWidget
protected final HasSingletonDOMElementResource gridCell
public KeyDownHandlerCommon(GridLienzoPanel gridPanel, GridLayer gridLayer, GridWidget gridWidget, HasSingletonDOMElementResource gridCell)
public KeyDownHandlerCommon(GridLienzoPanel gridPanel, GridLayer gridLayer, GridWidget gridWidget, HasSingletonDOMElementResource gridCell, boolean isTabKeyHandled, boolean isEnterKeyHandled, boolean isEscapeKeyHandled)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.