Main Page | Packages | Class Tree | Index | Help

mx.data.formatters

class NumberFormatter

mx.data.binding.Formatter
  |
  +--mx.data.formatters.NumberFormatter


class NumberFormatter
extends Formatter

A Formatter for handling a variety of number formats.



Field Summary


isInt: Boolean



precision: Number
Controls how many digits AFTER the decimal point to display.

Method Summary


getGettableTypes ( ): Array



getSettableTypes ( ): Array



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


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




Field Documentation

isInt

var isInt: Boolean

precision

var precision: Number
Controls how many digits AFTER the decimal point to display.


Method Documentation

getGettableTypes

function getGettableTypes(): Array

getSettableTypes

function getSettableTypes(): Array

getTypedValue

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

setTypedValue

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

The documentation was generated from the following file:


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