
Controls 79
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:
mx.controls.Tree
The following table describes changes to the Tree class:
Member Change description
dropShadow dropShadowEnabled
Member Change description
addChildItem()
This method is now internal.
alternatingRowColors alternatingItemColors
cellPress
Removed.
defaultIcon
Removed.
expandItemHandler()
This method is now internal.
getNodeDisplayedAt()
Removed. Use Tree.listItems[rowIndex][0].data
instead.
maxHPosition maxHorizontalScrollPosition
openEasing openEasingFunction
removeChildItem()
This method is now internal.
rootCollectionChangedHandler()
This method is now internal.
rootVisible showRoot
selectionDuration
Removed.
selectionEasing selectionEasingFunction
Was of type Time; is now of type Function.
textDisabledColor
Removed.
Commentaires sur ces manuels