Main Page | Packages | Class Tree | Index | Help

mx.data.formatters

class Custom

mx.data.binding.DataAccessor
  |
  +--mx.data.formatters.Custom


class Custom
extends DataAccessor

A Formatter which is implemented via a user-defined class.



Field Summary

public
classname: String
Properties

Method Summary


getGettableTypes ( ): Array
Published Functions (== overrides of Formatter class)


getSettableTypes ( ): Array



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


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



Field Documentation

classname

public var classname: String
Properties


Method Documentation

getGettableTypes

function getGettableTypes(): Array
Published Functions (== overrides of Formatter class)

getSettableTypes

function getSettableTypes(): Array

getTypedValue

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

setTypedValue

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


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc