Interface: IListPickerFormCellTargetProxy¶
A designer-facing interface that provides access to a formcell's target. It is passed to rules to provide access to a formcell's target for application-specific customizations.
Hierarchy¶
-
IListPickerFormCellTargetProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Currently none inherited from the parent class(es).
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
Methods¶
getObjectCell¶
▸ getObjectCell(): any
Returns: any
setObjectCell¶
▸ setObjectCell(value: any): any
Parameters:
| Name | Type |
|---|---|
| value | any |
Returns: any