public class GridClickEvent extends Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridClickHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridClickHandler> |
TYPE |
Constructor and Description |
---|
GridClickEvent() |
GridClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDispatch(AbstractGridMouseEventHandler.GridClickHandler handler,
GridConstants.Section section) |
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridClickHandler> |
getAssociatedType() |
protected String |
getBrowserEventType() |
dispatch, getGrid, getTargetCell, ignoreEventFromTarget
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 static final com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridClickHandler> TYPE
public GridClickEvent()
@Deprecated public GridClickEvent(Grid<?> grid, CellReference<?> targetCell)
public com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridClickHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<AbstractGridMouseEventHandler.GridClickHandler>
protected String getBrowserEventType()
getBrowserEventType
in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridClickHandler>
protected void doDispatch(AbstractGridMouseEventHandler.GridClickHandler handler, GridConstants.Section section)
doDispatch
in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridClickHandler>
Copyright © 2018 Vaadin Ltd. All rights reserved.