Class: DataTableListPickerCellProxy¶
Hierarchy¶
-
DataTableListPickerCellProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new DataTableListPickerCellProxy(context: IContext): DataTableListPickerCellProxy
Overrides DataTableCellProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: DataTableListPickerCellProxy
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›