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