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

Migrating applications to flex 2
Table of Contents

Advertisement

Flex 1.x:
<mx:TileList id="myTile" dataProvider="{dataObject}"
cellRenderer="ProdtThumbnail" itemWidth="120" itemHeight="116">
Flex 2:
<mx:TileList id="myTile" dataProvider="{dataObject}"
listItemRenderer="ProdThumbnail" columnWidth="120" rowHeight="116">
mx.controls.ToolTip
The following table describes changes to the ToolTip class:
Member
dropShadow
mx.controls.Tree
The following table describes changes to the Tree class:
Member
addChildItem()
alternatingRowColors
cellPress
defaultIcon
expandItemHandler()
getNodeDisplayedAt()
maxHPosition
openEasing
removeChildItem()
rootCollectionChangedHandler()
rootVisible
selectionDuration
selectionEasing
textDisabledColor
Change description
dropShadowEnabled
Change description
This method is now internal.
alternatingItemColors
Removed.
Removed.
This method is now internal.
Removed. Use
Tree.listItems[rowIndex][0].data
instead.
maxHorizontalScrollPosition
openEasingFunction
This method is now internal.
This method is now internal.
showRoot
Removed.
selectionEasingFunction
Was of type Time; is now of type Function.
Removed.
Controls
79

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents