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
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›