Skip to content

Interface: IFormCellValidationProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getMessage

getMessage(): string

Returns Message property value in Validation property

Returns: string


getParent

getParent(): IFormCellProxy

Overrides IElementProxy.getParent

Returns parent control proxy

Returns: IFormCellProxy


getSeparatorVisible

getSeparatorVisible(): boolean

Returns SeparatorVisible property value in Validation property. Only supported in iOS and WebClient.

Returns: boolean


getStyles

getStyles(): any

Returns Styles property value in Validation property

Returns: any


getVisible

getVisible(): boolean

Returns Visible property value in Validation property

Returns: boolean


setMessage

setMessage(message: string): IFormCellValidationProxy

Set the Message value in Validation property

This will not cause the UI to rerender. To redraw the form cell, use redraw() on control proxy.

Parameters:

Name Type Description
message string Message value to set

Returns: IFormCellValidationProxy


setSeparatorVisible

setSeparatorVisible(separatorVisible: boolean): IFormCellValidationProxy

Set the SeparatorVisible value in Validation property. Only supported in iOS and WebClient.

This will not cause the UI to rerender. To redraw the form cell, use redraw() on control proxy.

Parameters:

Name Type Description
separatorVisible boolean separatorVisible value to set

Returns: IFormCellValidationProxy


setStyles

setStyles(styles: any): IFormCellValidationProxy

Set the Styles value in Validation property

This will not cause the UI to rerender. To redraw the form cell, use redraw() on control proxy

Parameters:

Name Type Description
styles any Styles value to set

Returns: IFormCellValidationProxy


setVisible

setVisible(visible: boolean): IFormCellValidationProxy

Set the Visible value in Validation property

This will not cause the UI to rerender. To redraw the form cell, use redraw() on control proxy.

Parameters:

Name Type Description
visible boolean Visible value to set

Returns: IFormCellValidationProxy