public class KeyDownHandlerCommon extends Object implements com.google.gwt.event.dom.client.KeyDownHandler
Modifier and Type | Field and Description |
---|---|
protected org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext |
context |
protected org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource |
gridCell |
protected org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer |
gridLayer |
protected org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel |
gridPanel |
protected org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget |
gridWidget |
Constructor and Description |
---|
KeyDownHandlerCommon(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource gridCell,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
moveSelection(int keyCode,
boolean isShiftKeyDown) |
protected void |
moveSelection(Optional<Integer> dx,
Optional<Integer> dy,
Function<Integer,Integer> boundsX,
Function<Integer,Integer> boundsY) |
void |
onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent e) |
protected final org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel
protected final org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer
protected final org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget
protected final org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource gridCell
protected final org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context
public KeyDownHandlerCommon(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel, org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget, org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource gridCell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.