Class: DurationPickerFormCellProxy¶
Hierarchy¶
-
DurationPickerFormCellProxy
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: number
getUnit¶
▸ getUnit(): string
Implementation of IDurationPickerFormCellProxy
Returns: string
setMinuteInterval¶
▸ setMinuteInterval(interval: number): Promise‹any›
Implementation of IDurationPickerFormCellProxy
Parameters:
| Name | Type |
|---|---|
interval |
number |
Returns: Promise‹any›
setUnit¶
▸ setUnit(unit: string): Promise‹any›
Implementation of IDurationPickerFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
unit |
string | value to set. |
Returns: Promise‹any›