03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Boolean<br />

Object<br />

|<br />

+-Boolean<br />

public class Boolean<br />

extends Object<br />

The Boolean class is a wrapper object with the same functionality as the st<strong>and</strong>ard JavaScript<br />

Boolean object. Use the Boolean class to retrieve the primitive data type or string<br />

representation of a Boolean object.<br />

You must use the constructor new Boolean() to create a Boolean object before calling its<br />

methods.<br />

Property summary<br />

Properties inherited from class Object<br />

constructor (Object.constructor property), __proto__ (Object.__proto__<br />

property), prototype (Object.prototype property), __resolve<br />

(Object.__resolve property)<br />

Constructor summary<br />

Signature Description<br />

Boolean([value:Obje Creates a Boolean object.<br />

ct])<br />

Method summary<br />

Modifiers Signature Description<br />

Methods inherited from class Object<br />

toString() : String Returns the string representation ("true" or<br />

"false") of the Boolean object.<br />

valueOf() : Boolean Returns true if the primitive value type of the<br />

specified Boolean object is true; false otherwise.<br />

addProperty (Object.addProperty method), hasOwnProperty<br />

(Object.hasOwnProperty method), isPropertyEnumerable<br />

(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf<br />

method), registerClass (Object.registerClass method), toString<br />

(Object.toString method), unwatch (Object.unwatch method), valueOf<br />

(Object.valueOf method), watch (Object.watch method)<br />

Boolean 251

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!