Package: | Ext.ux.grid |
Defined In: | ux-all-debug.js |
Class: | RowEditor |
Extends: | Object |
Event | Defined By | |
---|---|---|
afteredit :
( Ext.ux.grid.RowEditor roweditor , Object changes , Ext.data.Record r , Number rowIndex )
Fired after a row is edited and passes validation. This event is fired
after the store's update event is fired with ... Fired after a row is edited and passes validation. This event is fired
after the store's update event is fired with this edit. Listeners will be called with the following arguments:
| RowEditor | |
afteredit :
( Ext.ux.grid.RowEditor roweditor , Object changes , Ext.data.Record r , Number rowIndex )
Fired after a row is edited and passes validation. This event is fired
after the store's update event is fired with ... Fired after a row is edited and passes validation. This event is fired
after the store's update event is fired with this edit. Listeners will be called with the following arguments:
| RowEditor | |
beforeedit :
( Ext.ux.grid.RowEditor roweditor , Number rowIndex )
Fired before the row editor is activated.
If the listener returns false the editor will not be activated. Fired before the row editor is activated.
If the listener returns false the editor will not be activated. Listeners will be called with the following arguments:
| RowEditor | |
beforeedit :
( Ext.ux.grid.RowEditor roweditor , Number rowIndex )
Fired before the row editor is activated.
If the listener returns false the editor will not be activated. Fired before the row editor is activated.
If the listener returns false the editor will not be activated. Listeners will be called with the following arguments:
| RowEditor | |
canceledit :
( Ext.ux.grid.RowEditor roweditor , Boolean forced )
Fired when the editor is cancelled. Fired when the editor is cancelled. Listeners will be called with the following arguments:
| RowEditor | |
canceledit :
( Ext.ux.grid.RowEditor roweditor , Boolean forced )
Fired when the editor is cancelled. Fired when the editor is cancelled. Listeners will be called with the following arguments:
| RowEditor | |
validateedit :
( Ext.ux.grid.RowEditor roweditor , Object changes , Ext.data.Record r , Number rowIndex )
Fired after a row is edited and passes validation.
If the listener returns false changes to the record will not be se... Fired after a row is edited and passes validation.
If the listener returns false changes to the record will not be set. Listeners will be called with the following arguments:
| RowEditor | |
validateedit :
( Ext.ux.grid.RowEditor roweditor , Object changes , Ext.data.Record r , Number rowIndex )
Fired after a row is edited and passes validation.
If the listener returns false changes to the record will not be se... Fired after a row is edited and passes validation.
If the listener returns false changes to the record will not be set. Listeners will be called with the following arguments:
| RowEditor |