import TextFieldComponent from 'formiojs/src/components/textfield/TextField.js'
TextFieldComponent
Extends:
Direct Subclass:
Static Member Summary
Static Public Members | ||
public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": *, "schema": *} |
Static Method Summary
Static Public Methods | ||
public static |
schema(extend: ...*): * |
Member Summary
Public Members | ||
public get |
|
|
public get |
|
|
public get |
inputInfo: * |
Method Summary
Public Methods | ||
public |
getValueAt(index: *): * Returns the value at this index. |
|
public |
isEmpty(value: *): * |
|
public |
maskValue(value: *, flags: *): * Returns the mask value object. |
|
public |
normalizeValue(value: *, flags: *): * Normalize the value set in the data object. |
|
public |
setValueAt(index: *, value: *, flags: *): * Sets the value at this index. |
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 getValueAt(index: *): * source
Returns the value at this index.
Override:
Input#getValueAtParams:
Name | Type | Attribute | Description |
index | * |
Return:
* |
public maskValue(value: *, flags: *): * source
Returns the mask value object.
Params:
Name | Type | Attribute | Description |
value | * | ||
flags | * |
Return:
* |
public normalizeValue(value: *, flags: *): * source
Normalize the value set in the data object.
Params:
Name | Type | Attribute | Description |
value | * | ||
flags | * |
Return:
* |
public setValueAt(index: *, value: *, flags: *): * source
Sets the value at this index.
Params:
Name | Type | Attribute | Description |
index | * | ||
value | * | ||
flags | * |
Return:
* |