Skip to content

Class: FormCellContainerProxy

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

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FormCellContainerProxy

Methods

getCaption

getCaption(): string

Implementation of IResetableContainerProxy

Overrides ControlProxy.getCaption

Returns: string

designer specified caption or the empty string


getControl

getControl(name: string): IControlProxy

Implementation of IResetableContainerProxy

Parameters:

Name Type Description
name string the name of the control to match

Returns: IControlProxy

FormCellControlProxy instance or undefined if not found


getControls

getControls(): IControlProxy[]

Implementation of IResetableContainerProxy

Returns: IControlProxy[]

array of FormCellControlProxy instances


isContainer

isContainer(): boolean

Implementation of IControlProxy

Overrides ControlProxy.isContainer

Returns: boolean

true/false. It always return true for FormCell Container.


reset

reset(): Promise‹any›

Implementation of IResetableContainerProxy

Returns: Promise‹any›