public abstract static class Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler>
extends com.google.gwt.event.dom.client.MouseEvent<HANDLER>
Constructor and Description |
---|
AbstractGridMouseEvent(Grid<?> grid,
CellReference<?> targetCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(HANDLER handler) |
protected abstract void |
doDispatch(HANDLER handler,
GridConstants.Section section) |
com.google.gwt.event.dom.client.DomEvent.Type<HANDLER> |
getAssociatedType() |
protected abstract String |
getBrowserEventType() |
Grid<?> |
getGrid()
Gets the Grid instance for this event.
|
CellReference<?> |
getTargetCell()
Gets the reference of target cell for this event.
|
getClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getY
isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
public AbstractGridMouseEvent(Grid<?> grid, CellReference<?> targetCell)
protected abstract String getBrowserEventType()
public Grid<?> getGrid()
public CellReference<?> getTargetCell()
protected void dispatch(HANDLER handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<HANDLER extends AbstractGridMouseEventHandler>
protected abstract void doDispatch(HANDLER handler, GridConstants.Section section)
public com.google.gwt.event.dom.client.DomEvent.Type<HANDLER> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<HANDLER extends AbstractGridMouseEventHandler>
Copyright © 2016 Vaadin Ltd. All rights reserved.