Packageardisia.components.accordion
Classpublic class AccordionContainer
InheritanceAccordionContainer Inheritance ExpandingContainer Inheritance spark.components.SkinnableContainer

Direct children for the Accordion class.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
 Inheritedicon : Object
The icon to display in the header button part.
ExpandingContainer
 Inheritedlabel : String
The string to display in the header button part.
ExpandingContainer
Public Methods
 MethodDefined By
 Inherited
Immediately close the component (if open).
ExpandingContainer
 Inherited
Immediately open the component (if closed).
ExpandingContainer
Protected Methods
 MethodDefined By
 Inherited
eventHandler(event:Event):void
Handles events on the component.
ExpandingContainer
 Inherited
getEaser():IEaser
Return the easer to use.
ExpandingContainer
 Inherited
headerBtnPartHandler(event:Event):void
Handles events for the headerBtnPart.
ExpandingContainer
 Inherited
Updates the header button skin part.
ExpandingContainer
 Inherited
Updates the header button skin part.
ExpandingContainer
Events
 Event Summary Defined By
 InheritedDispatched when the component's "open" property changes.ExpandingContainer
 InheritedDispatched when the component contracts, or closes, via user interaction.ExpandingContainer
 InheritedDispatched when the component expands, or opens, via user interaction.ExpandingContainer
Styles
 Style Description Defined By
  
backgroundAlpha
Type: Number CSS Inheritance: no
The alpha of the background. The default value is 1.
AccordionContainer
  
backgroundColor
Type: Number Format: Color CSS Inheritance: no
The color of the background. The default value is #FFFFFF.
AccordionContainer
Skin Parts

This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.


 Skin Part Description Defined By
 Inherited
headerBtnPart:spark.components.supportClasses.ToggleButtonBase
Required: false Part Type: Static
Header button that expands/contracts the control.
ExpandingContainer
Skin States

To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.


 Skin State Description Defined By
 Inherited Skin state when the panel is expanded. ExpandingContainer