Bo's blog

Friday, April 02, 2010

Accordion - Adobe Flex 4 Beta Language Reference

Accordion - Adobe Flex 4 Beta Language Reference:

Accordion

Properties | Methods | Events | Styles | Effects | Constants | Examples

Package mx.containers
Class public class Accordion
Inheritance Accordion Container UIComponent FlexSprite Sprite DisplayObjectContainer InteractiveObject DisplayObject EventDispatcher Object
Implements IHistoryManagerClient, IFocusManagerComponent
Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1
A Halo Accordion navigator container has a collection of child Halo containers, but only one of them at a time is visible. It creates and manages navigator buttons (accordion headers), which you use to navigate between the children. There is one navigator button associated with each child Halo container, and each navigator button belongs to the Accordion container, not to the child. When the user clicks a navigator button, the associated child container is displayed. The transition to the new child uses an animation to make it clear to the user that one child is disappearing and a different one is appearing.
Note: The direct children of a Halo navigator container must be Halo containers, either Halo layout or Halo navigator containers. You cannot directly nest a control or a Spark container within a navigator; they must be children of a child Halo container"

0 Comments:

Post a Comment

<< Home