Skip to content

Interface: ISimplePropertyFormCellProxy

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

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getAlternateInput

getAlternateInput(): string

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

Returns: string


getKeyboardType

getKeyboardType(): void

Returns the KeyboardType property of the FormCell's FormCell's control.

Returns: void


getPlaceHolder

getPlaceHolder(): string

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

Returns: string


setAlternateInput

setAlternateInput(alternateInput: string): any

Sets the AlternateInput property of the FormCell's control. Accepted values are: "None", "Barcode".

Parameters:

Name Type Description
alternateInput string value to set.

Returns: any


setKeyboardType

setKeyboardType(keyboardType: string): any

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: any


setPlaceHolder

setPlaceHolder(placeHolder: string): void

Sets the PlaceHolder property value defined for the FormCell's control.

Parameters:

Name Type Description
placeHolder string value to set.

Returns: void