Packagemx.core
Classpublic class UIComponentGlobals
InheritanceUIComponentGlobals Inheritance Object



Public Properties
 PropertyDefined By
  catchCallLaterExceptions : Boolean
[static] A global flag that can is used to catch unhandled exceptions during execution of methods executed via callLater
UIComponentGlobals
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  designMode : Boolean
[static] A global flag that can be read by any component to determine whether it is currently executing in the context of a design tool such as Flex Builder's design view.
UIComponentGlobals
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
catchCallLaterExceptionsproperty
catchCallLaterExceptions:Boolean

A global flag that can is used to catch unhandled exceptions during execution of methods executed via callLater



Implementation
    public static function get catchCallLaterExceptions():Boolean
    public function set catchCallLaterExceptions(value:Boolean):void
designModeproperty 
designMode:Boolean

A global flag that can be read by any component to determine whether it is currently executing in the context of a design tool such as Flex Builder's design view. Most components will never need to check this flag, but if a component needs to have different behavior at design time than at runtime, then it can check this flag.



Implementation
    public static function get designMode():Boolean
    public function set designMode(value:Boolean):void