Packageorg.springextensions.actionscript.objects.propertyeditors
SVN browsingBooleanPropertyEditor.as
FisheyeBooleanPropertyEditor.as
Classpublic class BooleanPropertyEditor
InheritanceBooleanPropertyEditor Inheritance AbstractPropertyEditor

Converts boolean string values (true or false) to a typed Boolean value.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
 Inheritedtext : String
The string that will be converted into an object.
AbstractPropertyEditor
 Inheritedvalue : *
The result of the string-to-object conversion.
AbstractPropertyEditor
Public Methods
 MethodDefined by
  
Creates a new BooleanPropertyEditor.
BooleanPropertyEditor
Protected Methods
 MethodDefined by
 Inherited
AbstractPropertyEditor
Constructor detail
BooleanPropertyEditor()constructor
public function BooleanPropertyEditor()

Creates a new BooleanPropertyEditor.