Main Page | Packages | Class Tree | Index | Help

xp.data.formatters

class DateFormatter

mx.data.binding.Formatter
  |
  +--xp.data.formatters.DateFormatter


class DateFormatter
extends Formatter

DateFormatter - A Date formatter supporting the MX2004 Professional DataBinding API


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


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



Field Documentation

pattern

public var pattern: String

Method Documentation

getGettableTypes

public function getGettableTypes(): Array
the data types we can accept in getTypedValue

getSettableTypes

public function getSettableTypes(): Array
the data types we can accept in setTypedValue

getTypedValue

public function getTypedValue(requestedType: String): mx.data.binding.TypedValue
Format something, result is a String

setTypedValue

public function setTypedValue(newValue: mx.data.binding.TypedValue): Array
Unformat a string, result is an object


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc