Interface: IFormCellTargetProxy¶
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¶
-
IFormCellTargetProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Inherited Methods¶
- getEntitySet
- getFunction
- getOutputPath
- getPath
- getQueryOptions
- getReadLink
- getRequestProperties
- getServerSidePaging
- getService
- setEntitySet
- setFunction
- setOutputPath
- setPath
- setQueryOptions
- setReadLink
- setRequestProperties
- setServerSidePaging
- setService
Methods¶
getDisplayValue¶
▸ getDisplayValue(): string
Returns: string
getReturnValue¶
▸ getReturnValue(): string
Returns: string
setDisplayValue¶
▸ setDisplayValue(value: string): any
Parameters:
| Name | Type |
|---|---|
| value | string |
Returns: any
setReturnValue¶
▸ setReturnValue(value: string): any
Parameters:
| Name | Type |
|---|---|
| value | string |
Returns: any