| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.LookupFormatter
Field Summary | |
| public | isInitialized: Boolean |
| public | keyField: String |
| The function to callback | |
| public | lookupSource: Object |
| The instance to callback | |
| public | valueField: String |
| The function to callback | |
Constructor | |
| public | LookupFormatter ( lookupSource: Object, keyField: String, valueField: 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 isInitialized: Boolean |
| public var keyField: String |
| The function to callback |
| public var lookupSource: Object |
| The instance to callback |
| public var valueField: String |
| The function to callback |
|
| 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().
| ||||||
|