Dte
| Kind of class: | class |
|---|---|
| Inherits from: | DateBase < DataAccessor |
| Classpath: | mx.data.encoders.Dte |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
An encoder for Date values.
Summary
Instance properties
- format : String
- dataEncoder : mx.utils.StringFormatter
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from DateBase
Class methods inherited from DataAccessor
Instance methods
- setupDataAccessor (component:Object, property:String, location:Object)
- Initializes this object.
- internalToExternal (value)
- externalToInternal (date)
- externalTypeName
- internalTypeName
Instance methods inherited from DateBaseInstance methods inherited from DataAccessor
Instance methods
externalToInternal
function externalToInternal (
date)
internalToExternal
function internalToExternal (
value)
setupDataAccessor
function setupDataAccessor (
component:Object,
property:String,
location:Object)
Initializes this object. This function should be called right after calling
the constructor.
# the constructor.