Skip to content

Class: ListPickerFormCellTargetProxy

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 ListPickerFormCellTargetProxy(specifier: any): ListPickerFormCellTargetProxy

Overrides FormCellTargetProxy.constructor

Parameters:

Name Type
specifier any

Returns: ListPickerFormCellTargetProxy

Methods

getObjectCell

getObjectCell(): any

Implementation of IListPickerFormCellTargetProxy

Returns: any


setObjectCell

setObjectCell(value: any): this

Implementation of IListPickerFormCellTargetProxy

Parameters:

Name Type Description
value any object cell

Returns: this

this, can be chained