| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.DataFormatterProxy
Field Summary | |
| public | functionName: String |
| The function to callback | |
| public | listener: Object |
| The instance to callback | |
| public | type: String |
Constructor | |
| public | DataFormatterProxy ( listener: Object, functionName: 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 functionName: String |
| The function to callback |
| public var listener: Object |
| The instance to callback |
| 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().
| ||||||
|