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

Parameters:

Name Type
context IContext

Returns: DatePickerFormCellProxy

Methods

getMode

getMode(): string

Returns the Mode property value defined for the FormCell's control.

Implementation of IDatePickerFormCellProxy.getMode

Returns: string


setMode

setMode(mode: string): Promise<any>

Sets the Mode property of the DatePickerFormCell. Accepted values are: "Date", "Datetime", "Time"

Implementation of IDatePickerFormCellProxy.setMode

Parameters:

Name Type Description
mode string value to set.

Returns: Promise<any>