Skip to content

Class: FormCellValidationProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new FormCellValidationProxy(context: IContext): FormCellValidationProxy

Overrides ElementProxy.constructor

Parameters:

Name Type
context IContext

Returns: FormCellValidationProxy

Properties

Protected _row

_row: any

Methods

getMessage

getMessage(): string

Implementation of IFormCellValidationProxy

Returns: string


getParent

getParent(): IFormCellProxy

Implementation of IFormCellValidationProxy

Overrides ElementProxy.getParent

Returns: IFormCellProxy


getSeparatorVisible

getSeparatorVisible(): boolean

Implementation of IFormCellValidationProxy

Returns: boolean


getStyles

getStyles(): any

Implementation of IFormCellValidationProxy

Returns: any


getVisible

getVisible(): boolean

Implementation of IFormCellValidationProxy

Returns: boolean


setMessage

setMessage(message: string): FormCellValidationProxy

Implementation of IFormCellValidationProxy

Parameters:

Name Type Description
message string Message value to set

Returns: FormCellValidationProxy


setSeparatorVisible

setSeparatorVisible(separatorVisible: boolean): FormCellValidationProxy

Implementation of IFormCellValidationProxy

Parameters:

Name Type Description
separatorVisible boolean separatorVisible value to set

Returns: FormCellValidationProxy


setStyles

setStyles(styles: any): FormCellValidationProxy

Implementation of IFormCellValidationProxy

Parameters:

Name Type Description
styles any Styles value to set

Returns: FormCellValidationProxy


setVisible

setVisible(visible: boolean): FormCellValidationProxy

Implementation of IFormCellValidationProxy

Parameters:

Name Type Description
visible boolean Visible value to set

Returns: FormCellValidationProxy