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

Inherited Properties

Accessors

Class Accessors

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

Properties

Accessors

Methods

getPlaceHolder

getPlaceHolder(): string

Implementation of ITitleFormCellProxy

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

Returns: string


setPlaceHolder

setPlaceHolder(placeHolder: string): void

Implementation of ITitleFormCellProxy

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

Parameters:

Name Type Description
placeHolder string value to set.

Returns: void