| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
mx.data.binding.Formatter | +--xp.data.formatters.DateFormatter
Field Summary | |
| public | pattern: String |
Method Summary | |
| public | getGettableTypes ( ): Array |
| the data types we can accept in getTypedValue | |
| public | getSettableTypes ( ): Array |
| the data types we can accept in setTypedValue | |
| public | getTypedValue ( requestedType: String ): mx.data.binding.TypedValue |
| Format something, result is a String | |
| public | setTypedValue ( newValue: mx.data.binding.TypedValue ): Array |
| Unformat a string, result is an object | |
| public var pattern: String |
|
| the data types we can accept in getTypedValue |
|
| the data types we can accept in setTypedValue |
|
| Format something, result is a String |
|
| Unformat a string, result is an object |