Class: NoteFormCellProxy¶
NoteFormCellProxy 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¶
-
NoteFormCellProxy
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¶
- getMaxNumberOfLines
- getMinNumberOfLines
- getPlaceHolder
- setMaxNumberOfLines
- setMinNumberOfLines
- setPlaceHolder
Inherited Methods¶
Constructors¶
constructor¶
+ new NoteFormCellProxy(context
: IContext): NoteFormCellProxy
Overrides FormCellControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: NoteFormCellProxy
Methods¶
getMaxNumberOfLines¶
▸ getMaxNumberOfLines(): number
Implementation of INoteFormCellProxy
Returns the MaxNumberOfLines property value defined for the FormCell's control.
Returns: number
getMinNumberOfLines¶
▸ getMinNumberOfLines(): number
Implementation of INoteFormCellProxy
Returns the MinNumberOfLines property value defined for the FormCell's control.
Returns: number
getPlaceHolder¶
▸ getPlaceHolder(): string
Implementation of INoteFormCellProxy
Returns the PlaceHolder property value defined for the FormCell's control.
Returns: string
setMaxNumberOfLines¶
▸ setMaxNumberOfLines(maxNumberOfLines
: number): void
Implementation of INoteFormCellProxy
Sets the MaxNumberOfLines property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
maxNumberOfLines |
number | value to set. |
Returns: void
setMinNumberOfLines¶
▸ setMinNumberOfLines(minNumberOfLines
: number): void
Implementation of INoteFormCellProxy
Sets the MinNumberOfLines property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
minNumberOfLines |
number | value to set. |
Returns: void
setPlaceHolder¶
▸ setPlaceHolder(placeHolder
: string): void
Sets the PlaceHolder property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
placeHolder |
string | value to set. |
Returns: void