com.extjs.gxt.ui.client.event
Class RowEditorEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.ComponentEvent
              extended by com.extjs.gxt.ui.client.event.BoxComponentEvent
                  extended by com.extjs.gxt.ui.client.event.RowEditorEvent

public class RowEditorEvent
extends BoxComponentEvent

RowEditor event type.


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Constructor Summary
RowEditorEvent(RowEditor editor)
           
RowEditorEvent(RowEditor editor, int rowIndex)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getChanges()
           
 RowEditor<?> getEditor()
           
 Record getRecord()
           
 int getRowIndex()
           
 void setChanges(java.util.Map<java.lang.String,java.lang.Object> changes)
           
 void setEditor(RowEditor<?> editor)
           
 void setRecord(Record record)
           
 void setRowIndex(int rowIndex)
           
 
Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY
 
Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent
getComponent, getState, setComponent, setState
 
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEditorEvent

public RowEditorEvent(RowEditor editor)

RowEditorEvent

public RowEditorEvent(RowEditor editor,
                      int rowIndex)
Method Detail

getChanges

public java.util.Map<java.lang.String,java.lang.Object> getChanges()

getEditor

public RowEditor<?> getEditor()

getRecord

public Record getRecord()

getRowIndex

public int getRowIndex()

setChanges

public void setChanges(java.util.Map<java.lang.String,java.lang.Object> changes)

setEditor

public void setEditor(RowEditor<?> editor)

setRecord

public void setRecord(Record record)

setRowIndex

public void setRowIndex(int rowIndex)