Packageflexlib.containers.accordionClasses
Classpublic class AccordionHeaderLocation

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.