public final class CellMouseDownEvent extends GridEvent<CellMouseDownEvent.CellMouseDownHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CellMouseDownEvent.CellMouseDownHandler |
static interface |
CellMouseDownEvent.HasCellMouseDownHandlers |
GwtEvent.Type<H>| Constructor and Description |
|---|
CellMouseDownEvent(int rowIndex,
int cellIndex,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> |
getAssociatedType() |
int |
getCellIndex() |
Event |
getEvent() |
int |
getRowIndex() |
static GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> |
getType() |
public CellMouseDownEvent(int rowIndex,
int cellIndex,
Event event)
public static GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> getType()
public GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> getAssociatedType()
getAssociatedType in class GwtEvent<CellMouseDownEvent.CellMouseDownHandler>public int getCellIndex()
public int getRowIndex()
public Event getEvent()
Copyright © 2012. All Rights Reserved.