TimeComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
| public static get |
serverConditionSettings: {...classComp: Object, "type": string} |
|
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: *) |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public get dataFormat: * source
public get defaultSchema: * source
public get defaultValue: * source
public get inputInfo: * source
public rawData: * source
public get validationValue: * source
Public Methods
public addFocusBlurEvents(element: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
public getInputMaskFromFormat(format: *): * source
Params:
| Name | Type | Attribute | Description |
| format | * |
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
Params:
| Name | Type | Attribute | Description |
| index | * | ||
| value | * |
