Class: SimplePropertyFormCellProxy¶
Hierarchy¶
-
SimplePropertyFormCellProxy
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 SimplePropertyFormCellProxy(context: IContext): SimplePropertyFormCellProxy
Inherited from FormCellControlProxy.constructor
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: SimplePropertyFormCellProxy
Methods¶
getAlternateInput¶
▸ getAlternateInput(): string
Implementation of ISimplePropertyFormCellProxy
Returns: string
getKeyboardType¶
▸ getKeyboardType(): any
Implementation of ISimplePropertyFormCellProxy
Returns: any
getPlaceHolder¶
▸ getPlaceHolder(): string
Implementation of ISimplePropertyFormCellProxy
Returns: string
setAlternateInput¶
▸ setAlternateInput(alternateInput: string): Promise‹any›
Implementation of ISimplePropertyFormCellProxy
Parameters:
| Name | Type |
|---|---|
alternateInput |
string |
Returns: Promise‹any›
setKeyboardType¶
▸ setKeyboardType(keyboardType: string): Promise‹any›
Implementation of ISimplePropertyFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
keyboardType |
string | value to set. |
Returns: Promise‹any›
setPlaceHolder¶
▸ setPlaceHolder(placeHolder: string): Promise‹any›
Implementation of ISimplePropertyFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
placeHolder |
string | value to set. |
Returns: Promise‹any›