Skip to content

Interface: IDataTableCellProxy

A designer-facing interface that provides access to a data table cell.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getColumnIndex

getColumnIndex(): number

Get column index

Returns: number


getName

getName(): string

Get data table cell name

Returns: string

the name of the cell


getPageProxy

getPageProxy(): IPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): IDataTableRowProxy

This method returns DataTableRow proxy

Returns: IDataTableRowProxy


getRowIndex

getRowIndex(): number

Get row index

Returns: number


getType

getType(): string

This method returns DataTableCell Type

Returns: string


getValue

getValue(): string

Get cell value

Returns: string

the value of the cell


setValue

setValue(value: string): void

Set the value in the cell

Parameters:

Name Type Description
value string value to be set

Returns: void