Skip to content

Interface: ILabelFormCellProxy

LabelFormCellProxy is a developer-facing interface that provides access to a Label control and allows customizations. In addition it provides access to the IFormCellProxy interface.

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getMaxLines

getMaxLines(): number

Returns the maxLines property value of the Label FormCell.

Returns: number


getStyle

getStyle(): string

Returns the style class value of the Label FormCell.

Returns: string


getText

getText(): string

Returns the text value of the Label FormCell.

Returns: string


getTextWrap

getTextWrap(): boolean

Returns the textWrap property value of the Label FormCell.

Returns: boolean


setMaxLines

setMaxLines(maxLines: number): any

Sets the maxLines property of the Label FormCell.

Parameters:

Name Type Description
maxLines number value to set.

Returns: any


setStyle

setStyle(styleClass: string): any

Overrides IControlProxy.setStyle

Sets the style class of the Label FormCell.

Parameters:

Name Type Description
styleClass string value to set.

Returns: any


setText

setText(text: string): any

Sets the text value of the Label FormCell.

Parameters:

Name Type Description
text string value to set.

Returns: any


setTextWrap

setTextWrap(textWrap: boolean): any

Sets the textWrap property of the Label FormCell.

Parameters:

Name Type Description
textWrap boolean value to set.

Returns: any