Controls grid cell editing process. Owned by grid and used internally for editing.
Parameter | Type | Description |
---|---|---|
inGrid | dojox.Grid | The dojox.Grid this editor should be attached to |
Parameter | Type | Description |
---|---|---|
inMethod | undefined |
Parameter | Type | Description |
---|---|---|
inCell | undefined | |
inRowIndex | undefined |
Parameter | Type | Description |
---|---|---|
inValue | undefined | |
inCell | undefined | |
inRowIndex | undefined |
Invoke editing when cell is focused
Parameter | Type | Description |
---|---|---|
inCell | undefined | Grid cell object |
inRowIndex | Integer | Grid row index |
Indicates if the given cell is being edited.
Parameter | Type | Description |
---|---|---|
inRowIndex | Integer | Grid row index |
inCellIndex | Integer | Grid cell index |
True if given cell is being edited
Indicates editing state of the grid.
True if grid is actively editing
Indicates if the given row is being edited.
Parameter | Type | Description |
---|---|---|
inRowIndex | Integer | Grid row index |
True if given row is being edited
Restores the grid editing state
Parameter | Type | Description |
---|---|---|
inView | Object | Grid view |
inRowIndex | Integer | Grid row index |
Save the grid editing state
Parameter | Type | Description |
---|---|---|
inRowIndex | Integer | Grid row index |
inView | Object | Grid view |
Set the given cell to be edited
Parameter | Type | Description |
---|---|---|
inCell | Object | Grid cell object |
inRowIndex | Integer | Grid row index |
Parameter | Type | Description |
---|---|---|
inCell | undefined | |
inRowIndex | undefined | |
inEditing | undefined |