Skip to content

Class: ListPickerFormCellTargetProxy

The class is for supporting ObjectCell used in form cell list-picker

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

Get the ObjectCell object

Implementation of IListPickerFormCellTargetProxy.getObjectCell

Returns: any


setObjectCell

setObjectCell(value: any): ListPickerFormCellTargetProxy

Set the ObjectCell object

Implementation of IListPickerFormCellTargetProxy.setObjectCell

Parameters:

Name Type Description
value any object cell

Returns: ListPickerFormCellTargetProxy

this, can be chained