com.sencha.gxt.widget.core.client.event
Class GridEditingEvent<M,H extends EventHandler>

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.GridEditingEvent<M,H>
Direct Known Subclasses:
BeforeStartEditEvent, CancelEditEvent, CompleteEditEvent, StartEditEvent

public abstract class GridEditingEvent<M,H extends EventHandler>
extends GwtEvent<H>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
GridEditingEvent(Grid.GridCell editCell)
           
 
Method Summary
 Grid.GridCell getEditCell()
           
 GridEditing<M> getSource()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getAssociatedType
 
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

GridEditingEvent

public GridEditingEvent(Grid.GridCell editCell)
Method Detail

getEditCell

public Grid.GridCell getEditCell()

getSource

public GridEditing<M> getSource()
Overrides:
getSource in class GwtEvent<H extends EventHandler>


Copyright © 2012. All Rights Reserved.