import CurrencyFormatter from 'flexicious-react-datagrid/js/utils/CurrencyFormatter.js'
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
format(value: *): * format the currency value |
|
public |
getClassNames(): string[] |
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
Public Members
Public Methods
public format(value: *): * source
format the currency value
Params:
Name | Type | Attribute | Description |
value | * |
Return:
* | the formatted currency value |
public getClassNames(): string[] source
Returns a list of strings that represent the object hierarchy for this object.