Represents a grid cell and contains information about column options and methods for retrieving cell related information. Each column in a grid layout has a cell object and most events and many methods provide access to these objects.
Parameter | Type | Description |
---|---|---|
inProps | undefined |
Parameter | Type | Description |
---|---|---|
inValue | undefined | |
callArgs | undefined |
called when editing is completed to clean up editor
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
Parameter | Type | Description |
---|---|---|
inDatum | undefined | |
inRowIndex | undefined |
apply edit from cell editor
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
Parameter | Type | Description |
---|---|---|
inValue | undefined | |
inRowIndex | undefined |
cancel cell edit
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
Parameter | Type | Description |
---|---|---|
inRowIndex | undefined |
Parameter | Type | Description |
---|---|---|
m | undefined | |
e | undefined |
focus the grid editor
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
inNode | undefined | editor node |
provides the html for a given grid cell.
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
inItem | undefined |
html for a given grid cell
formats the cell for editing
Parameter | Type | Description |
---|---|---|
inDatum | anything | cell data to edit |
inRowIndex | int | grid row index |
string of html to place in grid cell
format the editing dom node. Use when editor is a widget.
Parameter | Type | Description |
---|---|---|
inNode | undefined | dom node for the editor |
inDatum | anything | cell data to edit |
inRowIndex | int | grid row index |
gets the dom node for a given grid cell.
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
dom node for a given grid cell
returns value entered into editor
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
value of editor
Parameter | Type | Description |
---|---|---|
node | undefined | |
cellDef | undefined |
Parameter | Type | Description |
---|---|---|
inDatum | undefined | |
inRowIndex | undefined |
Parameter | Type | Description |
---|---|---|
inNode | undefined | |
inRowIndex | undefined |
restore editor state
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
save editor state
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
set the value of the grid editor
Parameter | Type | Description |
---|---|---|
inRowIndex | int | grid row index |
inValue | anything | value of editor |
Parameter | Type | Description |
---|---|---|
inRowIndex | undefined |