Adobe FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual page 47

Migrating applications to flex 2
Table of Contents

Advertisement

mx.core.Skin*
The mx.core.Skin* classes have been renamed to use the term Asset in the class name. For
example, the SkinSprite class is now named SpriteAsset, and the SkinMovieClip class is now
named MovieClipAsset.
These classes now implement the IFlexAsset interface.
mx.core.UIComponent
The UIComponent class has been combined with UIObject to form a single base class for
visual Flex components. As a result, many of the changes listed in this section apply to
properties, methods, and other members that were originally of the UIObject class.
The following table describes changes to the mx.core.UIComponent class:
Member
automationComposite
automationDelegate
automationName
automationParent
automationValue
childrenCreated()
className
commitProperties()
constructObject2()
createChildren()
Change description
Removed.
Removed.
Removed.
Removed.
Removed.
This method is now protected and not public. It is a
component life-cycle method that the framework calls, and
which component developers must override, but it should
not be called directly.
Read-only.
This method is now protected and not public. It is a
component life-cycle method that the framework calls, and
which component developers must override, but it should
not be called directly.
Removed. Use the
new
method or other methods to add new visual objects to the
display list.
This method is now protected and not public. It is a
component life-cycle method that the framework calls, and
which component developers must override, but it should
not be called directly.
operator and the
addChild()
Core classes
47

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents