Interface: IDataTableProxy¶
Hierarchy¶
-
IDataTableProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getCell¶
▸ getCell(rowIndex
: number, columnIndex
: number): IDataTableCellProxy
Get the cell
Parameters:
Name | Type |
---|---|
rowIndex |
number |
columnIndex |
number |
Returns: IDataTableCellProxy
returns the DataTableCellProxy
getChanges¶
▸ getChanges(): Array‹IChangedObject›
Get the data changes. This is only apply to the value that bind to a valid Property name.
Returns: Array‹IChangedObject›
list of row changes
getEditMode¶
▸ getEditMode(): string
Get edit mode. The return value is None or Inline
Returns: string
reset¶
▸ reset(): void
Reset the data changes
Returns: void
setEditMode¶
▸ setEditMode(editMode
: string): void
Set the edit mode. The data changes are reset when set to none.
Parameters:
Name | Type |
---|---|
editMode |
string |
Returns: void