MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Bedienungsanleitung Seite 79

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 184
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 78
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.
Seitenansicht 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 183 184

Kommentare zu diesen Handbüchern

Keine Kommentare