Static Method Summary
| Static Public Methods | ||
| public static |
buildString(value: *, decimals: number): * |
|
| public static |
fromInternal(value: *): * |
|
| public static |
parse(string: *): * |
|
| public static |
toInternal(value: *): * |
|
| public static |
unitDefine(): {"name": string, "uiname": string, "type": string, "icon": *, "pattern": *} |
|
Inherited Summary
| From class Unit | ||
| public static |
buildString(value: *, decimals: number) |
|
| public static |
fromInternal(value: *) |
|
| public static |
getUnit(name: *): * |
|
| public static |
parse(string: *) |
|
| public static |
register(cls: *) |
|
| public static |
toInternal(value: *) |
|
| public static |
unitDefine(): {"name": *, "uiname": *, "type": *, "icon": *, "pattern": *} |
|
| public static |
validate(string: *): * |
|
Static Public Methods
public static buildString(value: *, decimals: number): * source
Override:
Unit#buildStringParams:
| Name | Type | Attribute | Description |
| value | * | ||
| decimals | number |
|
Return:
| * |
public static fromInternal(value: *): * source
Override:
Unit#fromInternalParams:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public static parse(string: *): * source
Override:
Unit#parseParams:
| Name | Type | Attribute | Description |
| string | * |
Return:
| * |
public static toInternal(value: *): * source
Override:
Unit#toInternalParams:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
