Class: FormCellTargetProxy¶
FormCellTargetProxy is a developer-facing class 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¶
-
FormCellTargetProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new FormCellTargetProxy(specifier
: any): FormCellTargetProxy
Overrides TargetProxy.constructor
Parameters:
Name | Type |
---|---|
specifier |
any |
Returns: FormCellTargetProxy
Properties¶
Accessors¶
Methods¶
getDisplayValue¶
▸ getDisplayValue(): string
Implementation of IFormCellTargetProxy
Returns: string
return the display value
getReturnValue¶
▸ getReturnValue(): string
Implementation of IFormCellTargetProxy
Returns: string
return the return value
setDisplayValue¶
▸ setDisplayValue(value
: string): this
Implementation of IFormCellTargetProxy
Set display value
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the value for display |
Returns: this
this, can be chained
setReturnValue¶
▸ setReturnValue(value
: string): this
Implementation of IFormCellTargetProxy
Set return value
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the value for return |
Returns: this
this, can be chained