public final class RowMouseDownEvent extends GridEvent<RowMouseDownEvent.RowMouseDownHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RowMouseDownEvent.HasRowMouseDownHandlers |
static interface |
RowMouseDownEvent.RowMouseDownHandler |
GwtEvent.Type<H>| Constructor and Description |
|---|
RowMouseDownEvent(int rowIndex,
int columnIndex,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RowMouseDownEvent.RowMouseDownHandler> |
getAssociatedType() |
int |
getColumnIndex() |
Event |
getEvent() |
int |
getRowIndex() |
static GwtEvent.Type<RowMouseDownEvent.RowMouseDownHandler> |
getType() |
public RowMouseDownEvent(int rowIndex,
int columnIndex,
Event event)
public static GwtEvent.Type<RowMouseDownEvent.RowMouseDownHandler> getType()
public GwtEvent.Type<RowMouseDownEvent.RowMouseDownHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RowMouseDownEvent.RowMouseDownHandler>public int getRowIndex()
public int getColumnIndex()
public Event getEvent()
Copyright © 2012. All Rights Reserved.