|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.sencha.gxt.widget.core.client.event.GridEvent<CellMouseDownEvent.CellMouseDownHandler>
com.sencha.gxt.widget.core.client.event.CellMouseDownEvent
public final class CellMouseDownEvent
| Nested Class Summary | |
|---|---|
static interface |
CellMouseDownEvent.CellMouseDownHandler
|
static interface |
CellMouseDownEvent.HasCellMouseDownHandlers
|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
CellMouseDownEvent(int rowIndex,
int cellIndex,
Event event)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> |
getAssociatedType()
|
int |
getCellIndex()
|
Event |
getEvent()
|
int |
getRowIndex()
|
static GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> |
getType()
|
| Methods inherited from class com.sencha.gxt.widget.core.client.event.GridEvent |
|---|
getSource |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CellMouseDownEvent(int rowIndex,
int cellIndex,
Event event)
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||