Package | flexlib.containers |
Class | public class HAccordion |
Inheritance | HAccordion ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
headerLocation : String = left
Location of the header renderer for each content item. | HAccordion | ||
![]() | headerRenderer : IFactory
A factory used to create the navigation buttons for each child. | AccordionBase | |
![]() | historyManagementEnabled : Boolean
If set to true, this property enables history management
within this Accordion container. | AccordionBase | |
![]() | resizeToContent : Boolean
If set to true, this Accordion automatically resizes to
the size of its current child. | AccordionBase | |
![]() | selectedChild : Container
A reference to the currently visible child container. | AccordionBase | |
![]() | selectedIndex : int
The zero-based index of the currently visible child container. | AccordionBase |
Property | Defined By | ||
---|---|---|---|
![]() | accMinHeight : Number | AccordionBase | |
![]() | accPreferredHeight : Number | AccordionBase | |
![]() | accPreferredWidth : Number | AccordionBase | |
contentHeight : Number [override] [read-only]
The height of the area, in pixels, in which content is displayed. | HAccordion | ||
contentWidth : Number [override] [read-only] | HAccordion | ||
![]() | tween : Tween | AccordionBase | |
![]() | tweenContentHeight : Number | AccordionBase | |
![]() | tweenContentWidth : Number | AccordionBase | |
![]() | tweenNewSelectedIndex : int | AccordionBase | |
![]() | tweenOldSelectedIndex : int | AccordionBase |
Method | Defined By | ||
---|---|---|---|
getHeaderWidth():Number [override] | HAccordion | ||
measure():void [override] | HAccordion |
Style | Description | Defined By | ||
---|---|---|---|---|
![]() | Type: Array CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Specifies the alpha transparency values used for the background fill of components. | AccordionBase | ||
![]() | Type: Array Format: Color CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Specifies the colors used to tint the background fill of the component. | AccordionBase | ||
![]() | Type: Number CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Specifies the alpha transparency value of the focus skin. | AccordionBase | ||
![]() | Type: String CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Specifies which corners of the focus rectangle should be rounded. | AccordionBase | ||
![]() | Type: Class CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Skin used to draw the focus rectangle. | AccordionBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName Thickness, in pixels, of the focus rectangle outline. | AccordionBase | ||
![]() | Type: String CSS Inheritance: no Name of the CSS style declaration that specifies styles for the accordion headers (tabs). | AccordionBase | ||
headerWidth | Type: Number Format: Length CSS Inheritance: no Width of each accordion header, in pixels. This style is used instead of headerWidth of the normal
Accordion or VAccordion .
| HAccordion | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the horizontal direction. | AccordionBase | ||
keepIconVertical | Type: Boolean If true, the icon for each accordion header will remain vertical instead of being rotated by 90 degrees (like the entire header). | HAccordion | ||
![]() | Type: Number Format: Time CSS Inheritance: no Duration, in milliseconds, of the animation from one child to another. | AccordionBase | ||
![]() | Type: Function CSS Inheritance: no Tweening function used by the animation from one child to another. | AccordionBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between the container's bottom border and its content area. | AccordionBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between the container's top border and its content area. | AccordionBase | ||
![]() | Type: Array Format: Color CSS Inheritance: no Deprecated Since 3.0: Please Use headerStyleName The two colors used to tint the background of the component when in its selected state. | AccordionBase | ||
![]() | Type: uint Format: Color CSS Inheritance: yes Color of header text when rolled over. | AccordionBase | ||
![]() | Type: uint Format: Color CSS Inheritance: yes Color of selected text. | AccordionBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the vertical direction. | AccordionBase |
contentHeight | property |
contentHeight:Number
[read-only] [override] The height of the area, in pixels, in which content is displayed. You can override this getter if your content does not occupy the entire area of the container.
protected function get contentHeight():Number
contentWidth | property |
contentWidth:Number
[read-only] [override] protected function get contentWidth():Number
headerLocation | property |
public var headerLocation:String = left
Location of the header renderer for each content item. Must be either
AccordionHeaderLocation.LEFT
or AccordionHeaderLocation.RIGHT
See also
getHeaderWidth | () | method |
override protected function getHeaderWidth():Number
ReturnsNumber |
measure | () | method |
override protected function measure():void