Справочник Пользователя для Macromedia flex 2-migrating applications to flex 2

Скачать
Страница из 184
60
Flex Classes
mx.containers.Tile
The following table describes changes to the Tile class:
mx.containers.TitleWindow
The following table describes changes to the TitleWindow class:
In Flex 1.x, clicking on the close button (and only the close button) generated a 
click
 event. 
In Flex 2, the 
click
 event is triggered when the user presses the mouse button anywhere in 
the TitleWindow area. You should change your 
click
 event handler to handle a 
close
 event 
instead.
mx.containers.ToggleButtonBar
The mx.containers.ToggleButtonBar class has been moved to the mx.controls package.
The following table describes changes to the ToggleButtonBar class:
getTabAt
Parameter renamed from 
i
 to 
index
.
tabSkin
tabStyleName
Member
Change description
marginBottom
paddingBottom
marginTop
paddingTop
Member
Change description
closeButton
showCloseButton
Member
Change description
selectedButtonTextStyleName
selectedItemStyleName
unselectable
alwaysToggleOnClick
Member
Change description