new CellEvent(gridXopt, gridYopt)
Create a new CellEvent object.
All own enumerable properties are mixed into cell editor:
- Includes
this.column
defined by constructor (as enumerable). - Excludes
this.gridCell
,this.dataCell
,this.visibleRow.subgrid
defined by constructor (as non-enumerable). - Any additional (enumerable) members mixed in by application's
getCellEditorAt
override.
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) |