Class: ListPickerFormCellTargetProxy¶
The class is for supporting ObjectCell used in form cell list-picker
Hierarchy¶
-
ListPickerFormCellTargetProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new ListPickerFormCellTargetProxy(specifier
: any): ListPickerFormCellTargetProxy
Overrides FormCellTargetProxy.constructor
Parameters:
Name | Type |
---|---|
specifier |
any |
Returns: ListPickerFormCellTargetProxy
Properties¶
Accessors¶
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