Skip to content

Interface: IDataTableListPickerCellProxy

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getCaption

getCaption(): string

Returns: string

the caption of the cell


getTargetSpecifier

getTargetSpecifier(): IFormCellTargetProxy

Returns: IFormCellTargetProxy


setCaption

setCaption(caption: string): void

Parameters:

Name Type Description
caption string value to set.

Returns: void


setTargetSpecifier

setTargetSpecifier(specifier: IFormCellTargetProxy): Promise‹any›

Parameters:

Name Type Description
specifier IFormCellTargetProxy specifier for the cell

Returns: Promise‹any›