CurrencyComponent
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 |
|
|
| public |
|
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
addFocusBlurEvents(element: *) |
|
| public |
addZerosAndFormatValue(value: *): * |
|
| public |
createNumberMask(): * Creates the number mask for currency numbers. |
|
| public |
formatValue(value: *): * |
|
| public |
getValueAsString(value: *, options: *): * |
|
| public |
isDecimalAllowed(): * |
|
| public |
parseNumber(value: *): * |
|
| public |
parseValue(value: *): * |
|
| public |
setInputMask(input: *) |
|
| public |
stripPrefixSuffix(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 currencyPrefix: * source
public currencySuffix: * source
public get defaultSchema: * source
Public Methods
public addFocusBlurEvents(element: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
public addZerosAndFormatValue(value: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public getValueAsString(value: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| options | * |
Return:
| * |
public setInputMask(input: *) source
Params:
| Name | Type | Attribute | Description |
| input | * |
