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

dataEncoder

(read)

format

format:String
(read)

Instance methods

externalToInternal

function externalToInternal (
date)

externalTypeName

function externalTypeName (
)

internalToExternal

function internalToExternal (
value)

internalTypeName

function internalTypeName (
)

setupDataAccessor

function setupDataAccessor (
component:Object, property:String, location:Object)

Initializes this object. This function should be called right after calling
the constructor.
#
Parameters:
component:
a component
#
property :
the name of a property of the component
#
location :
a location, in the same form as described in the EndPoint class.
#