Interface: INoteFormCellProxy¶
NoteFormCellControlProxy is a developer-facing interface that provides access to a Note control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
INoteFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getMaxNumberOfLines
- getMinNumberOfLines
- getPlaceHolder
- setMaxNumberOfLines
- setMinNumberOfLines
- setPlaceHolder
Inherited Methods¶
Methods¶
getMaxNumberOfLines¶
▸ getMaxNumberOfLines(): number
Returns the MaxNumberOfLines property value defined for the FormCell's control.
Returns: number
getMinNumberOfLines¶
▸ getMinNumberOfLines(): number
Returns the MinNumberOfLines property value defined for the FormCell's control.
Returns: number
getPlaceHolder¶
▸ getPlaceHolder(): string
Returns the PlaceHolder property value defined for the FormCell's control.
Returns: string
setMaxNumberOfLines¶
▸ setMaxNumberOfLines(MaxNumberOfLines
: number): any
Sets the MaxNumberOfLines property of the FormCell's control.
Parameters:
Name | Type |
---|---|
MaxNumberOfLines |
number |
Returns: any
setMinNumberOfLines¶
▸ setMinNumberOfLines(minNumberOfLines
: number): any
Sets the MinNumberOfLines property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
minNumberOfLines |
number | value to set. |
Returns: any
setPlaceHolder¶
▸ setPlaceHolder(title
: PlaceHolder): void
Sets the PlaceHolder property of the FormCell's FormCell's control.
Parameters:
Name | Type |
---|---|
title |
PlaceHolder |
Returns: void