Class: ListPickerFormCellTargetProxy¶
The class is for supporting ObjectCell used in form cell list-picker
Hierarchy¶
-
ListPickerFormCellTargetProxy
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 ListPickerFormCellTargetProxy(specifier
: any): ListPickerFormCellTargetProxy
Overrides FormCellTargetProxy.constructor
Parameters:
Name | Type |
---|---|
specifier |
any |
Returns: ListPickerFormCellTargetProxy
Methods¶
getObjectCell¶
▸ getObjectCell(): any
Implementation of IListPickerFormCellTargetProxy
Get the ObjectCell object
Returns: any
setObjectCell¶
▸ setObjectCell(value
: any): this
Implementation of IListPickerFormCellTargetProxy
Set the ObjectCell object
Parameters:
Name | Type | Description |
---|---|---|
value |
any | object cell |
Returns: this
this, can be chained