
54 Flex Classes
mx.containers.Accordion
The following table describes changes to the Accordion class:
mx.containers.accordionclasses.*
The accordionclasses package is now named accordionClasses.
Member Change description
Child indices The types have been changed from uint to int.
change
Dispatched when a user clicked on an Accordion header or
when you programmatically set the value of the
selectedIndex property to a new number. Now the
Accordion container dispatches a
change event only when
a button is pressed. The Accordion container dispatches a
valueCommit event in both cases.
changeEffect
Use the showEffect and hideEffect effect triggers of
children of the Accordion container.
createSegment()
Removed. Use the new operator and the addChild()
method or other methods to add new visual objects to the
display list.
getHeaderAt
Parameter renamed from i to index.
headerClass
headerRenderer
(now typed IFactory)
headerStyle headerStyleName
historyManagement historyManagementEnabled
newValue newIndex
openEasing openEasingFunction
marginBottom paddingBottom
marginTop paddingTop
prevValue oldIndex
selectionChange change
Komentáře k této Příručce