Dte

Kind of class:class
Inherits from:DateBase < DataAccessor
Classpath:mx.data.formatters.Dte
File last modified:Tuesday, 18 December 2007, 15:44:38
A formatter for Date values.

Summary


Instance properties

dataFormatter

(read)

format

format:String
(read)

Instance methods

externalToInternal

function externalToInternal (
value)

externalTypeName

function externalTypeName (
)

internalToExternal

function internalToExternal (
rawValue)

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.
#