Input
Extends:
Direct Subclass:
Indirect Subclass:
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
|
|
| public get |
|
|
| public get |
maskOptions: * |
|
| public get |
prefix: * |
|
| public get |
|
|
| public get |
suffix: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
addFocusBlurEvents(element: *) |
|
| public |
attach(element: *): * |
|
| public |
attachElement(element: *, index: *): * |
|
| public |
createWidget(index: *): null Creates an instance of a widget for this component. |
|
| public |
detach() |
|
| public |
formatValue(value: *): * |
|
| public |
getMaskByName(maskName: *): * |
|
| public |
getMaskOptions(): * |
|
| public |
getValueAt(index: *): * |
|
| public |
getWidget(index: *): * |
|
| public |
getWordCount(value: *): * |
|
| public |
parseValue(value: *): * |
|
| public |
renderElement(value: *, index: *): * |
|
| public |
setCounter(type: *, element: *, count: *, max: *) |
|
| public |
setInputMask(input: *, inputMask: *): * |
|
| public |
updateValue(value: *, flags: *, index: *): * |
|
| public |
updateValueAt(value: *, flags: *, index: *) |
|
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public get inputInfo: {"id": *, "type": string, "changeEvent": string, "content": *, "attr": *} source
public get isMultipleMasksField: * source
public get maskOptions: * source
public get prefix: * source
public get remainingWords: * source
public get suffix: * source
public triggerUpdateValueAt: * source
Public Methods
public addFocusBlurEvents(element: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
public attachElement(element: *, index: *): * source
Params:
| Name | Type | Attribute | Description |
| element | * | ||
| index | * |
Return:
| * |
public createWidget(index: *): null source
Creates an instance of a widget for this component.
Params:
| Name | Type | Attribute | Description |
| index | * |
public detach() source
public getMaskByName(maskName: *): * source
Params:
| Name | Type | Attribute | Description |
| maskName | * |
Return:
| * |
public renderElement(value: *, index: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| index | * |
Return:
| * |
public setCounter(type: *, element: *, count: *, max: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| element | * | ||
| count | * | ||
| max | * |
public setInputMask(input: *, inputMask: *): * source
Params:
| Name | Type | Attribute | Description |
| input | * | ||
| inputMask | * |
Return:
| * |
public updateValue(value: *, flags: *, index: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | * | ||
| index | * |
Return:
| * |
public updateValueAt(value: *, flags: *, index: *) source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | * | ||
| index | * |
