| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.NumberFormatter
Field Summary | |
| public | pattern: String |
| The number pattern | |
| public | type: String |
Constructor | |
| public | NumberFormatter ( pattern: String) |
| Constructor | |
Method Summary | |
| public | format ( value: Object, data: Object ): Object |
| Converts from a raw data type to a new object | |
| public | parse ( value: Object, data: Object ): Object |
| Converts from a string, or other data type, to the raw data type | |
| public var pattern: String |
| The number pattern |
| public var type: String |
|
| Constructor | |||
|
|
| Converts from a raw data type to a new object Converts from a raw data type to a new object.
| ||||||
|
|
| Converts from a string, or other data type, to the raw data type Converts from a string, or other data type, to the raw data type. This transformation should be the exact inverse transformation of IDataFormatter.format().
| ||||||
|