Skip to content

Class: DatePickerFormCellProxy

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 DatePickerFormCellProxy(context: IContext): DatePickerFormCellProxy

Inherited from FormCellControlProxy.constructor

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: DatePickerFormCellProxy

Methods

getMode

getMode(): string

Implementation of IDatePickerFormCellProxy

Returns: string


setMode

setMode(mode: string): void

Implementation of IDatePickerFormCellProxy

Parameters:

Name Type Description
mode string value to set.

Returns: void