Skip to content

Interface: IAINoticeFormCellProxy

A designer-facing interface that provides access to a formcell control.

It is passed to rules to provide access to a formcell control for application specific customizations.

In addition it provides access to the IControlProxy interface.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getHyperlinkText

getHyperlinkText(): string

Returns the HyperlinkText property value of the AINotice FormCell.

Returns: string


getMessage

getMessage(): string

Returns the Message property value of the AINotice FormCell.

Returns: string


getStyles

getStyles(): any

Returns the Styles object of the AINotice FormCell.

Returns: any


setHyperlinkText

setHyperlinkText(hyperlinkText: string): Promise<any>

Sets the HyperlinkText property of the AINotice FormCell.

Parameters:

Name Type Description
hyperlinkText string value to set.

Returns: Promise<any>


setMessage

setMessage(message: string): Promise<any>

Sets the Message property of the AINotice FormCell.

Parameters:

Name Type Description
message string value to set.

Returns: Promise<any>


setStyles

setStyles(styles: any): Promise<any>

Sets the Styles object of the AINotice FormCell.

Parameters:

Name Type Description
styles any value to set. Pass null to clear inline styles.

Returns: Promise<any>