com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events
Class AfterEditRecordEvent<T>

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<EditableGridHandler>
      extended by com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.AfterEditRecordEvent<T>

public class AfterEditRecordEvent<T>
extends com.google.gwt.event.shared.GwtEvent<EditableGridHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> TYPE
           
 
Constructor Summary
AfterEditRecordEvent(T record, int rowIndex, int colIndex)
           
 
Method Summary
protected  void dispatch(EditableGridHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> getAssociatedType()
           
 int getColIndex()
           
 java.lang.Object getNewValue()
           
 java.lang.Object getOldValue()
           
 T getRecord()
           
 int getRowIndex()
           
 void setNewValue(java.lang.Object newValue)
           
 void setOldValue(java.lang.Object oldValue)
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> TYPE
Constructor Detail

AfterEditRecordEvent

public AfterEditRecordEvent(T record,
                            int rowIndex,
                            int colIndex)
Method Detail

setOldValue

public void setOldValue(java.lang.Object oldValue)

getOldValue

public java.lang.Object getOldValue()

setNewValue

public void setNewValue(java.lang.Object newValue)

getNewValue

public java.lang.Object getNewValue()

getRecord

public T getRecord()

getColIndex

public int getColIndex()

getRowIndex

public int getRowIndex()

dispatch

protected void dispatch(EditableGridHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<EditableGridHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditableGridHandler>


Copyright © 2010-2011 Petals Link. All Rights Reserved.