Packageflexlib.containers.accordionClasses
Classpublic class AccordionHeader
InheritanceAccordionHeader Inheritance mx.controls.Button
Implements mx.core.IDataRenderer

The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. You use the <codeph>getHeaderAt()</codeph> method of the Accordion class to get a reference to an individual AccordionHeader object.

See also

mx.containers.Accordion


Public Properties
 PropertyDefined By
  data : Object
[override] Stores a reference to the content associated with the header.
AccordionHeader
Public Methods
 MethodDefined By
  
Constructor.
AccordionHeader
Styles
 Style Description Defined By
  
keepIconVertical
Type: Boolean
AccordionHeader
Property Detail
dataproperty
data:Object[override]

Stores a reference to the content associated with the header.


Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor Detail
AccordionHeader()Constructor
public function AccordionHeader()

Constructor.