Skip to content

Class: DatePickerFormCellProxy

A designer-facing interface that provides access to a DatePicker FormCell control. In addition it provides access to the IFormCellProxy interface.

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 the Mode property value defined for the FormCell's control.

Returns: string


setMode

setMode(mode: string): void

Implementation of IDatePickerFormCellProxy

Sets the Mode property of the FormCell's control. Accepted values are: "Date", "Datetime", "Time"

Parameters:

Name Type Description
mode string value to set.

Returns: void