Skip to content

Class: FormCellTargetProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new FormCellTargetProxy(specifier: any): FormCellTargetProxy

Overrides TargetProxy.constructor

Parameters:

Name Type
specifier any

Returns: FormCellTargetProxy

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

Parameters:

Name Type Description
value string the value for display

Returns: this

this, can be chained


setReturnValue

setReturnValue(value: string): this

Implementation of IFormCellTargetProxy

Parameters:

Name Type Description
value string the value for return

Returns: this

this, can be chained