com.vaadin.client.widgets
Class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
java.lang.Object
com.vaadin.client.widgets.Grid.AbstractGridKeyEvent<HANDLER>
- Direct Known Subclasses:
- GridKeyDownEvent, GridKeyPressEvent, GridKeyUpEvent
- Enclosing class:
- Grid<T>
public abstract static class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
- extends
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grid.AbstractGridKeyEvent
public Grid.AbstractGridKeyEvent(Grid<?> grid,
CellReference<?> targetCell)
getBrowserEventType
protected abstract java.lang.String getBrowserEventType()
getGrid
public Grid<?> getGrid()
- Gets the Grid instance for this event.
- Returns:
- grid
getFocusedCell
public CellReference<?> getFocusedCell()
- Gets the focused cell for this event.
- Returns:
- focused cell
dispatch
protected void dispatch(HANDLER handler)
doDispatch
protected abstract void doDispatch(HANDLER handler,
com.vaadin.shared.ui.grid.GridConstants.Section section)
getAssociatedType
public getAssociatedType()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.