Packagekm.components
Classpublic class AccordionPanel
InheritanceAccordionPanel Inheritance flash.display.Sprite

The AccordionPanel component class is used by the Accordion component class and not intended for separate use.



Public Properties
 PropertyDefined by
  background : Image
[read-only] >> Reference to the background image.
AccordionPanel
  contentHolder : Sprite
[read-only] >> Reference to the content holder.
AccordionPanel
  contentMargin : int
The margin between the panel and its content.
AccordionPanel
  duotone : Array
The duotone property can be used to convert the colors of the component into duotone.
AccordionPanel
  header : BitmapLabelButton
[read-only] >> Reference to the panel header.
AccordionPanel
  headerSize : int
The size of the header.
This value controls the height of the header when the panel is in horizontal position or the width when the panel is in vertical position.
AccordionPanel
  toolTip : String
Text to use as toolTip when ToolTip is enabled.
AccordionPanel
Public Methods
 MethodDefined by
  
AccordionPanel
  
Returns a clone of the accordion panel.
AccordionPanel
Property detail
backgroundproperty
background:Image  [read-only]

>> Reference to the background image.

Implementation
    public function get background():Image
contentHolderproperty 
contentHolder:Sprite  [read-only]

>> Reference to the content holder.

Implementation
    public function get contentHolder():Sprite
contentMarginproperty 
contentMargin:int  [read-write]

The margin between the panel and its content.

Implementation
    public function get contentMargin():int
    public function set contentMargin(value:int):void
duotoneproperty 
duotone:Array  [read-write]

The duotone property can be used to convert the colors of the component into duotone. The array has to contain two color values. The first one representing black, the second one representing white.

Implementation
    public function get duotone():Array
    public function set duotone(value:Array):void
headerproperty 
header:BitmapLabelButton  [read-only]

>> Reference to the panel header.

Implementation
    public function get header():BitmapLabelButton
headerSizeproperty 
headerSize:int  [read-write]

The size of the header.
This value controls the height of the header when the panel is in horizontal position or the width when the panel is in vertical position.

Implementation
    public function get headerSize():int
    public function set headerSize(value:int):void
toolTipproperty 
public var toolTip:String

Text to use as toolTip when ToolTip is enabled.

Constructor detail
AccordionPanel()constructor
public function AccordionPanel()
Method detail
clone()method
public function clone():AccordionPanel

Returns a clone of the accordion panel.

Returns
AccordionPanel