Class: DataTableSectionProxy¶
Hierarchy¶
-
DataTableSectionProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new DataTableSectionProxy(context: IContext): DataTableSectionProxy
Overrides BindableSectionProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: DataTableSectionProxy
Methods¶
getCell¶
▸ getCell(rowIndex: number, columnIndex: number): IDataTableCellProxy
Implementation of IDataTableSectionProxy
Get the cell
Parameters:
| Name | Type |
|---|---|
rowIndex |
number |
columnIndex |
number |
Returns: IDataTableCellProxy
returns the DataTableCellProxy
getChanges¶
▸ getChanges(): Array‹IChangedObject›
Implementation of IDataTableSectionProxy
Get the data changes. This will only retrieve changes for values where a single dynamic value is binded to a valid Property name.
Returns: Array‹IChangedObject›
list of row changes
getEditMode¶
▸ getEditMode(): string
Implementation of IDataTableSectionProxy
Get edit mode. The return value is None or Inline
Returns: string
reset¶
▸ reset(): void
Implementation of IDataTableSectionProxy
Reset the data changes
Returns: void
setEditMode¶
▸ setEditMode(editMode: string): void
Implementation of IDataTableSectionProxy
Set the edit mode. The data changes are reset when set to none.
Parameters:
| Name | Type |
|---|---|
editMode |
string |
Returns: void