DateTimeComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": 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 |
|
|
| public get |
defaultValue: * |
|
| public get |
|
|
| public get |
momentFormat: * |
|
Method Summary
| Public Methods | ||
| public |
checkValidity(data: *, dirty: *, rowData: *): * |
|
| public |
|
|
| public |
focus() |
|
| public |
formatValue(input: *): * |
|
| public |
getValueAsString(value: *): * |
|
| public |
isEmpty(value: *): * |
|
| public |
isEqual(valueA: *, valueB: *): * |
|
| public |
performInputMapping(input: *): * |
|
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 Constructors
Public Members
public get defaultSchema: * source
public get defaultValue: * source
public get momentFormat: * source
Public Methods
public checkValidity(data: *, dirty: *, rowData: *): * source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| dirty | * | ||
| rowData | * |
Return:
| * |
public focus() source
public formatValue(input: *): * source
Override:
Input#formatValueParams:
| Name | Type | Attribute | Description |
| input | * |
Return:
| * |
public isEqual(valueA: *, valueB: *): * source
Params:
| Name | Type | Attribute | Description |
| valueA | * | ||
| valueB | * |
|
Return:
| * |
public performInputMapping(input: *): * source
Params:
| Name | Type | Attribute | Description |
| input | * |
Return:
| * |
