com.extjs.gxt.ui.client.event
Class RowEditorEvent
java.lang.Object
com.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.ui.client.event.RowEditorEvent
public class RowEditorEvent
- extends BoxComponentEvent
RowEditor event type.
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
event |
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.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowEditorEvent
public RowEditorEvent(RowEditor editor)
RowEditorEvent
public RowEditorEvent(RowEditor editor,
int rowIndex)
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)