Skip to content

Interface: IDataTableCellProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getColumnIndex

getColumnIndex(): number

Returns: number


getName

getName(): string

Returns: string

the name of the cell


getPageProxy

getPageProxy(): IPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): IDataTableRowProxy

Returns: IDataTableRowProxy


getRowIndex

getRowIndex(): number

Returns: number


getType

getType(): string

Returns: string


getValue

getValue(): string

Returns: string

the value of the cell


setValue

setValue(value: string): void

Parameters:

Name Type Description
value string value to be set

Returns: void