MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual do Utilizador Página 79

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 184
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 183 184

Comentários a estes Manuais

Sem comentários