Interface: IDataTableListPickerCellProxy¶
A designer-facing interface that provides access to a data table cell.
Hierarchy¶
-
IDataTableListPickerCellProxy
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Properties¶
Methods¶
getCaption¶
▸ getCaption(): string
Returns: string
the caption of the cell
getTargetSpecifier¶
▸ getTargetSpecifier(): IFormCellTargetProxy
Get a target specifier from this cell
Returns: IFormCellTargetProxy
setCaption¶
▸ setCaption(caption
: string): void
Set the caption property of the cell
Parameters:
Name | Type | Description |
---|---|---|
caption |
string | value to set. |
Returns: void
setTargetSpecifier¶
▸ setTargetSpecifier(specifier
: IFormCellTargetProxy): Promise‹any›
Set the target specifier
Parameters:
Name | Type | Description |
---|---|---|
specifier |
IFormCellTargetProxy | specifier for the cell |
Returns: Promise‹any›