Skip to content

Class: TitleFormCellProxy

ITitleFormCellProxy is a developer-facing interface that provides access to a Title control and allows customizations. In addition it provides access to the IFormCellProxy interface.

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 TitleFormCellProxy(context: IContext): TitleFormCellProxy

Inherited from FormCellControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: TitleFormCellProxy

Methods

getPlaceHolder

getPlaceHolder(): string

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

Implementation of ITitleFormCellProxy.getPlaceHolder

Returns: string


setPlaceHolder

setPlaceHolder(placeHolder: string): Promise<any>

Sets the PlaceHolder property of the FormCell's FormCell's control.

Implementation of ITitleFormCellProxy.setPlaceHolder

Parameters:

Name Type Description
placeHolder string value to set.

Returns: Promise<any>