Main Page | Packages | Class Tree | Index | Help

mx.data.formatters

class Bool

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


class Bool
extends DataAccessor

A formatter for Boolean values.



Field Summary


falseString: String



trueString: String
settings that are defined by the developer

Method Summary


getGettableTypes ( ): Array



getSettableTypes ( ): Array



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


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



Field Documentation

falseString

var falseString: String

trueString

var trueString: String
settings that are defined by the developer


Method Documentation

getGettableTypes

function getGettableTypes(): Array

getSettableTypes

function getSettableTypes(): Array

getTypedValue

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

setTypedValue

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


The documentation was generated from the following file:


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