Class mx.data.formatters.Custom

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

Description

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

Field Index

classname, formatter

Method Index

getGettableTypes(), getSettableTypes(), getTypedValue(), setTypedValue(), Setup()

Field Detail

classname

public classname:String

formatter

private formatter:Function

Method Detail

getGettableTypes

function getGettableTypes():
Array

getTypedValue

function getTypedValue(requestedType:
String):mx.data.binding.TypedValue

setTypedValue

function setTypedValue(newValue:mx.data.binding.TypedValue):
Array

getSettableTypes

function getSettableTypes():
Array

Setup

private function Setup()