Macromedia flex 2-migrating applications to flex 2 Manual De Usuario

Descargar
Página de 184
58
Flex Classes
The following table describes changes to the LinkBar class:
mx.containers.NavBar
The mx.containers.NavBar class has been moved to mx.controls.NavBar.
The following table describes changes to the NavBar class:
mx.containers.Panel
Panel containers now extend mx.core.Container instead of mx.containers.Box. 
The following table describes changes to the Panel class:
Member
Change description
click
itemClick
marginBottom
paddingBottom
marginTop
paddingTop
strokeColor
separatorColor
strokeWidth
separatorWidth
Member
Change description
click
itemClick
"none selected"
The special value for "none selected" is -1 instead of 
NaN
.
selectedIndex
The property in NavBar containers (including TabBar and 
LinkBar containers) is now public and is now an int instead 
of a Number. It is also now bindable.
Member
Change description
borderStyle
The Panel container now supports the 
borderStyle
 
property inherited from Container. In Flex 1.5, 
borderStyle
 
was ignored. You could approximate the same behavior by 
setting the 
borderThickness
 property.
controlBar
This property is now protected.
direction
Replaced by the 
layout
 property.
dropShadow
dropShadowEnabled
marginBottom
paddingBottom
marginTop
paddingTop