new CellEvent(gridXopt, gridYopt)
Create a new CellEvent object.
All own enumerable properties are mixed into cell editor:
- Includes
this.columndefined by constructor (as enumerable). - Excludes
this.gridCell,this.dataCell,this.visibleRow.subgriddefined by constructor (as non-enumerable). - Any additional (enumerable) members mixed in by application's
getCellEditorAtoverride.
Including params calls {CellEvent#resetGridCY}.
(See also the alternatives CellEvent#resetGridXY, CellEvent#resetDataXY, and CellEvent#resetGridXDataY.)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
gridX |
number |
<optional> |
grid cell coordinate (adjusted for horizontal scrolling after fixed columns). |
gridY |
number |
<optional> |
grid cell coordinate, adjusted (adjusted for vertical scrolling if data subgrid) |