HiddenComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": *, "documentation": string, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public get |
|
|
| public get |
|
|
| public get |
inputInfo: * |
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
getValue(): * |
|
| public |
|
|
| public |
setValue(value: *, flags: {}): * |
|
| public |
Check if a component is eligible for multiple validation |
|
Inherited Summary
| From class Input | ||
| public static |
schema(extend: ...*): * |
|
| public get |
|
|
| public get |
|
|
| public get |
maskOptions: * |
|
| public get |
prefix: * |
|
| public get |
|
|
| public get |
suffix: * |
|
| public |
|
|
| 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 Members
Static Public Methods
public static schema(extend: ...*): * source
Override:
Input#schemaParams:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Members
public get defaultSchema: * source
Public Methods
public setValue(value: *, flags: {}): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
