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¶
- _entitySet
- _function
- _outputPath
- _path
- _queryOptions
- _readLink
- _requestProperties
- _serverSidePaging
- _service
- _specifier
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
- getDisplayValue
- getEntitySet
- getFunction
- getOutputPath
- getPath
- getQueryOptions
- getReadLink
- getRequestProperties
- getReturnValue
- getServerSidePaging
- getService
- setDisplayValue
- setEntitySet
- setFunction
- setOutputPath
- setPath
- setQueryOptions
- setReadLink
- setRequestProperties
- setReturnValue
- setServerSidePaging
- setService
Constructors¶
Constructor¶
+ new ListPickerFormCellTargetProxy(specifier: any): ListPickerFormCellTargetProxy
Overrides FormCellTargetProxy.constructor
Parameters:
| Name | Type |
|---|---|
| specifier | any |
Returns: ListPickerFormCellTargetProxy
Methods¶
getObjectCell¶
▸ getObjectCell(): any
Get the ObjectCell object
Implementation of IListPickerFormCellTargetProxy.getObjectCell
Returns: any
setObjectCell¶
▸ setObjectCell(value: any): ListPickerFormCellTargetProxy
Set the ObjectCell object
Implementation of IListPickerFormCellTargetProxy.setObjectCell
Parameters:
| Name | Type | Description |
|---|---|---|
| value | any | object cell |
Returns: ListPickerFormCellTargetProxy
this, can be chained