com.sencha.gxt.widget.core.client.event
Class CellMouseDownEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.sencha.gxt.widget.core.client.event.GridEvent<CellMouseDownEvent.CellMouseDownHandler>
              extended by com.sencha.gxt.widget.core.client.event.CellMouseDownEvent

public final class CellMouseDownEvent
extends GridEvent<CellMouseDownEvent.CellMouseDownHandler>


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

CellMouseDownEvent

public CellMouseDownEvent(int rowIndex,
                          int cellIndex,
                          Event event)
Method Detail

getType

public static GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> getType()

getAssociatedType

public GwtEvent.Type<CellMouseDownEvent.CellMouseDownHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<CellMouseDownEvent.CellMouseDownHandler>

getCellIndex

public int getCellIndex()

getRowIndex

public int getRowIndex()

getEvent

public Event getEvent()


Copyright © 2012. All Rights Reserved.