Class: DataTableCellProxy¶
Hierarchy¶
-
DataTableCellProxy
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
Implementation of IDataTableCellProxy
Returns: number
getName¶
▸ getName(): string
Implementation of IDataTableCellProxy
Returns: string
the name of the cell
getPageProxy¶
▸ getPageProxy(): IPageProxy
Implementation of IDataTableCellProxy
Returns: IPageProxy
the Page, which the element belongs to
getParent¶
▸ getParent(): IDataTableRowProxy
Implementation of IDataTableCellProxy
Returns: IDataTableRowProxy
getRowIndex¶
▸ getRowIndex(): number
Implementation of IDataTableCellProxy
Returns: number
getType¶
▸ getType(): string
Implementation of IDataTableCellProxy
Returns: string
getValue¶
▸ getValue(): string
Implementation of IDataTableCellProxy
Returns: string
the value of the cell
setValue¶
▸ setValue(value: string): void
Implementation of IDataTableCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
value |
string | value to be set |
Returns: void