Main Page | Packages | Class Tree | Index | Help

mx.data.formatters

class ComposeString

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


class ComposeString
extends DataAccessor

A printf-like formatter for transforming records into strings.



Field Summary


template: String
A template string, such as "As of , your balance is ".

Method Summary


getGettableTypes ( ): Array
Functions


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



Field Documentation

template

var template: String
A template string, such as "As of , your balance is ".


Method Documentation

getGettableTypes

function getGettableTypes(): Array
Functions

getTypedValue

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


The documentation was generated from the following file:


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