Skip to content

Class: DurationPickerFormCellProxy

A designer-facing interface that provides access to a DurationPicker 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 DurationPickerFormCellProxy(context: IContext): DurationPickerFormCellProxy

Inherited from FormCellControlProxy.constructor

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: DurationPickerFormCellProxy

Methods

getMinuteInterval

getMinuteInterval(): number

Implementation of IDurationPickerFormCellProxy

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

Returns: number


getUnit

getUnit(): string

Implementation of IDurationPickerFormCellProxy

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

Returns: string


setMinuteInterval

setMinuteInterval(interval: number): void

Implementation of IDurationPickerFormCellProxy

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

Parameters:

Name Type
interval number

Returns: void


setUnit

setUnit(unit: string): void

Implementation of IDurationPickerFormCellProxy

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

Parameters:

Name Type Description
unit string value to set.

Returns: void