Packagecom.everythingflex.comps
Classpublic class AccordionIcons
InheritanceAccordionIcons Inheritance mx.containers.Accordion

The AccordionIcons component extends Accordion and allows for icons to be assigned to each pane

The icons will be automatically assigned to the appropriate pane each time the state of the Accordion changes.

MXML Syntaxexpanded Hide MXML Syntax
   <flexlib:AccordionIcons
     Properties
     >
     ...
       child containers (Canvas, VBox, HBox, etc.)
     ...
   </flexlib:AccordionIcons>


Public Properties
 PropertyDefined by
  downIcon : Class
Property that holds the icon Class that will show when the Accordion pane is below the selected pane formats: gif,png,jpg
AccordionIcons
  downIcon : Class
AccordionIcons
  selectedIcon : Class
Property that holds the icon Class that will show when the Accordion pane is the selected pane formats: gif,png,jpg
AccordionIcons
  selectedIcon : Class
AccordionIcons
  upIcon : Class
Property that holds the icon Class that will show when the Accordion pane is above the selected pane formats: gif,png,jpg
AccordionIcons
  upIcon : Class
AccordionIcons
Public Methods
 MethodDefined by
  
Constructor Initialize a default witdth of 400 and default height of 300
AccordionIcons
Protected Methods
 MethodDefined by
  
The childrenCreated method is overridden to initialize the icons and add the CHANGE EventListener.
AccordionIcons
Property detail
downIconproperty
public var downIcon:Class

Property that holds the icon Class that will show when the Accordion pane is below the selected pane formats: gif,png,jpg

The default value is downIcon.gif.

This property can be used as the source for data binding.

downIconproperty 
public var downIcon:Class
selectedIconproperty 
public var selectedIcon:Class

Property that holds the icon Class that will show when the Accordion pane is the selected pane formats: gif,png,jpg

The default value is selectedIcon.gif.

This property can be used as the source for data binding.

selectedIconproperty 
public var selectedIcon:Class
upIconproperty 
public var upIcon:Class

Property that holds the icon Class that will show when the Accordion pane is above the selected pane formats: gif,png,jpg

The default value is upIcon.gif.

This property can be used as the source for data binding.

upIconproperty 
public var upIcon:Class
Constructor detail
AccordionIcons()constructor
public function AccordionIcons()

Constructor Initialize a default witdth of 400 and default height of 300

Method detail
childrenCreated()method
protected override function childrenCreated():void

The childrenCreated method is overridden to initialize the icons and add the CHANGE EventListener.