Packageflexlib.containers.accordionClasses
Classpublic class AccordionHeaderLocation
InheritanceAccordionHeaderLocation Inheritance Object

Defines static constants to specify the header location for a VAccordion or HAccordion.

See also

flexlib.containers.VAccordion
flexlib.containers.HAccordion


Public Constants
 ConstantDefined By
  ABOVE : String = above
[static] Only applicable for a VAccordion.
AccordionHeaderLocation
  BELOW : String = below
[static] Only applicable for a VAccordion.
AccordionHeaderLocation
  LEFT : String = left
[static] Only applicable for a HAccordion.
AccordionHeaderLocation
  RIGHT : String = right
[static] Only applicable for a HAccordion.
AccordionHeaderLocation
Constant Detail
ABOVEConstant
public static const ABOVE:String = above

Only applicable for a VAccordion. Places the header above the content. This is the normal Accordion functionality and is the default setting for a VAccordion.

BELOWConstant 
public static const BELOW:String = below

Only applicable for a VAccordion. Places the header below the content.

LEFTConstant 
public static const LEFT:String = left

Only applicable for a HAccordion. Places the header to the left of the content. This is the default setting for a HAccordion.

RIGHTConstant 
public static const RIGHT:String = right

Only applicable for a HAccordion. Places the header to the right of the content.