Skip to content

Class: DataTableCellProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

None in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new DataTableCellProxy(context: IContext): DataTableCellProxy

Overrides ClientAPI.constructor

Parameters:

Name Type
context IContext

Returns: DataTableCellProxy

Properties

Protected _cell

_cell: any


Methods

getColumnIndex

getColumnIndex(): number

Implementation of IDataTableCellProxy

Get column index

Returns: number


getParent

getParent(): IDataTableSectionProxy

Implementation of IDataTableCellProxy

This method returns DataTableSection proxy

Returns: IDataTableSectionProxy


getRowIndex

getRowIndex(): number

Implementation of IDataTableCellProxy

Get row index

Returns: number


getValue

getValue(): string

Implementation of IDataTableCellProxy

Get cell value

Returns: string

the value of the cell


setValue

setValue(value: string): void

Implementation of IDataTableCellProxy

Set the value in the cell

Parameters:

Name Type Description
value string value to be set

Returns: void