Skip to content

Class: DataTableCellProxy

DataTableCellProxy is mainly for DataTableCell operations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

Currently 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

Get column index

Implementation of IDataTableCellProxy.getColumnIndex

Returns: number


getName

getName(): string

Get data table cell name

Implementation of IDataTableCellProxy.getName

Returns: string

the name of the cell


getPageProxy

getPageProxy(): IPageProxy

Implementation of IDataTableCellProxy.getPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): IDataTableRowProxy

This method returns DataTableRow proxy

Implementation of IDataTableCellProxy.getParent

Returns: IDataTableRowProxy


getRowIndex

getRowIndex(): number

Get row index

Implementation of IDataTableCellProxy.getRowIndex

Returns: number


getType

getType(): string

This method returns DataTableCell Type

Implementation of IDataTableCellProxy.getType

Returns: string


getValue

getValue(): string

Get cell value

Implementation of IDataTableCellProxy.getValue

Returns: string

the value of the cell


setValue

setValue(value: string): void

Set the value in the cell

Implementation of IDataTableCellProxy.setValue

Parameters:

Name Type Description
value string value to be set

Returns: void