Skip to content

Class: DataTableProxy

Hierarchy

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 DataTableProxy(context: IContext): DataTableProxy

Overrides BindableSectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: DataTableProxy

Methods

getCell

getCell(rowIndex: number, columnIndex: number): IDataTableCellProxy

Implementation of IDataTableProxy

Parameters:

Name Type
rowIndex number
columnIndex number

Returns: IDataTableCellProxy

returns the DataTableCellProxy


getChanges

getChanges(): Array‹IChangedObject

Implementation of IDataTableProxy

Returns: Array‹IChangedObject

list of row changes


getEditMode

getEditMode(): string

Implementation of IDataTableProxy

Returns: string


reset

reset(): void

Implementation of IDataTableProxy

Returns: void


setEditMode

setEditMode(editMode: string): void

Implementation of IDataTableProxy

Parameters:

Name Type Description
editMode string None or Inline

Returns: void