Class: SimplePropertyFormCellProxy¶
SimplePropertyFormCellControlProxy is a developer-facing interface that provides access to a SimpleProperty control and allows customizations. In addition it provides access to the IFormCellProxy interface.
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 the AlternateInput property value defined for the FormCell's control.
Returns: string
getKeyboardType¶
▸ getKeyboardType(): any
Implementation of ISimplePropertyFormCellProxy
Returns the KeyboardType property value defined for the FormCell's control.
Returns: any
getPlaceHolder¶
▸ getPlaceHolder(): string
Implementation of ISimplePropertyFormCellProxy
Returns the PlaceHolder property value defined for the FormCell's control.
Returns: string
setAlternateInput¶
▸ setAlternateInput(alternateInput
: string): void
Implementation of ISimplePropertyFormCellProxy
Sets the AlternateInput property of the FormCell's control. Accepted values are: "None", "Barcode".
Parameters:
Name | Type |
---|---|
alternateInput |
string |
Returns: void
setKeyboardType¶
▸ setKeyboardType(keyboardType
: string): void
Implementation of ISimplePropertyFormCellProxy
Sets the KeyboardType property of the FormCell's control. Accepted values are: "DateTime", "Default", "Email", "Number", "Phone", "Url","Password", "NumberPassword"
Parameters:
Name | Type | Description |
---|---|---|
keyboardType |
string | value to set. |
Returns: void
setPlaceHolder¶
▸ setPlaceHolder(placeHolder
: string): void
Implementation of ISimplePropertyFormCellProxy
Sets the PlaceHolder property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
placeHolder |
string | value to set. |
Returns: void