Class: LabelFormCellProxy¶
Hierarchy¶
-
LabelFormCellProxy
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 LabelFormCellProxy(context: IContext): LabelFormCellProxy
Inherited from FormCellControlProxy.constructor
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: LabelFormCellProxy
Methods¶
getMaxLines¶
▸ getMaxLines(): number
Implementation of ILabelFormCellProxy
Returns: number
getStyle¶
▸ getStyle(): string
Implementation of ILabelFormCellProxy
Returns: string
getText¶
▸ getText(): string
Implementation of ILabelFormCellProxy
Returns: string
getTextWrap¶
▸ getTextWrap(): boolean
Implementation of ILabelFormCellProxy
Returns: boolean
setMaxLines¶
▸ setMaxLines(maxLines: number): Promise‹any›
Implementation of ILabelFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
maxLines |
number | value to set. |
Returns: Promise‹any›
setStyle¶
▸ setStyle(styleClass: string): this
Implementation of ILabelFormCellProxy
Overrides ControlProxy.setStyle
Parameters:
| Name | Type | Description |
|---|---|---|
styleClass |
string | value to set. |
Returns: this
setText¶
▸ setText(text: string): Promise‹any›
Implementation of ILabelFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
text |
string | value to set. |
Returns: Promise‹any›
setTextWrap¶
▸ setTextWrap(textWrap: boolean): Promise‹any›
Implementation of ILabelFormCellProxy
Parameters:
| Name | Type | Description |
|---|---|---|
textWrap |
boolean | value to set. |
Returns: Promise‹any›