User Guide

50 Accordion component (Flash Professional only)
Properties inherited from the UIComponent class
The following table lists the properties the Accordion class inherits from the UIComponent
class. When accessing these properties, use the form
accordionInstance.propertyName.
Event summary for the Accordion class
The following table lists an event of the Accordion class.
Events inherited from the UIObject class
The following table lists the events the Accordion class inherits from the UIObject class.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Event Description
Accordion.change Broadcast to all registered listeners when the selectedIndex
and
selectedChild properties of an accordion change because
of a user’s mouse click or keypress.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to
invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to
visible.
UIObject.unload Broadcast when the subobjects are being unloaded.