Skip to content

Class: ExtensionFormCellProxy

ExtensionFormCellProxy is a developer-facing class that provides access to a Extension control and allows customizations. In addition it provides access to the FormCellControlProxy class.

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

Inherited from FormCellControlProxy.constructor

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: ExtensionFormCellProxy

Methods

getExtension

getExtension(): IView

Implementation of IExtensionFormCellProxy

Returns the instance of extension that this control is using.

Returns: IView