| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.BoolFormatter
Field Summary | |
| public | falseValue: String |
| The false value | |
| public | trueValue: String |
| The true value | |
| public | type: String |
Constructor | |
| public | BoolFormatter ( trueValue: String, falseValue: 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 falseValue: String |
| The false value |
| public var trueValue: String |
| The true value |
| 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().
| ||||||
|