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

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: TitleFormCellProxy

Methods

getPlaceHolder

getPlaceHolder(): string

Implementation of ITitleFormCellProxy

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

Returns: string


setPlaceHolder

setPlaceHolder(placeHolder: string): Promise‹any›

Implementation of ITitleFormCellProxy

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

Parameters:

Name Type Description
placeHolder string value to set.

Returns: Promise‹any›