Skip to content

Class: SimplePropertyFormCellProxy

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 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): void

Implementation of ISimplePropertyFormCellProxy

Parameters:

Name Type
alternateInput string

Returns: void


setKeyboardType

setKeyboardType(keyboardType: string): void

Implementation of ISimplePropertyFormCellProxy

Parameters:

Name Type Description
keyboardType string value to set.

Returns: void


setPlaceHolder

setPlaceHolder(placeHolder: string): void

Implementation of ISimplePropertyFormCellProxy

Parameters:

Name Type Description
placeHolder string value to set.

Returns: void