TimeComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
dataFormat: * |
|
| public get |
|
|
| public get |
defaultValue: * |
|
| public get |
inputInfo: * |
|
| public |
rawData: * |
|
| public get |
|
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
addFocusBlurEvents(element: *) |
|
| public |
getInputMaskFromFormat(format: *): * |
|
| public |
getRawValue(index: *): * |
|
| public |
getStringAsValue(view: *): * |
|
| public |
getValueAsString(value: *): * |
|
| public |
getValueAt(index: *): * |
|
| public |
init() |
|
| public |
isNotCompleteInput(value: *): * |
|
| public |
removeValue(index: *) |
|
| public |
resetRawData(index: *) |
|
| public |
setRawValue(value: *, index: *) |
|
| public |
setValueAt(index: *, value: *) |
|
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: *) |
|
| From class TextFieldComponent | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": *, "schema": *} |
|
| public static |
schema(extend: ...*): * |
|
| public get |
|
|
| public get |
|
|
| public get |
inputInfo: * |
|
| 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. |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Override:
TextFieldComponent#schemaParams:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Constructors
Public Members
public get dataFormat: * source
public get defaultValue: * source
public rawData: * source
public get validationValue: * source
Public Methods
public addFocusBlurEvents(element: *) source
Override:
Input#addFocusBlurEventsParams:
| Name | Type | Attribute | Description |
| element | * |
public getInputMaskFromFormat(format: *): * source
Params:
| Name | Type | Attribute | Description |
| format | * |
Return:
| * |
public getValueAt(index: *): * source
Returns the value at this index.
Override:
TextFieldComponent#getValueAtParams:
| Name | Type | Attribute | Description |
| index | * |
Return:
| * |
public init() source
public isNotCompleteInput(value: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public removeValue(index: *) source
Params:
| Name | Type | Attribute | Description |
| index | * |
public resetRawData(index: *) source
Params:
| Name | Type | Attribute | Description |
| index | * |
public setRawValue(value: *, index: *) source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| index | * |
public setValueAt(index: *, value: *) source
Sets the value at this index.
Override:
TextFieldComponent#setValueAtParams:
| Name | Type | Attribute | Description |
| index | * | ||
| value | * |
