MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manuale Utente Pagina 79

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 184
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 183 184

Commenti su questo manuale

Nessun commento