Packagecom.ithaca.timeline
Classpublic class TraceLineGroupTitle
InheritanceTraceLineGroupTitle Inheritance spark.components.SkinnableContainer

The TraceLineGroupTitle component is the title part of TraceLineGroup.

This title component is skinnable in order to allow to put it outside of the TraceLineGroup

It extends SkinnableContainer because it contains the TraceLineTitles of the TraceLineGroup children.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  tlg : TraceLineGroup
The TraceLineGroup for which this component is the title
TraceLineGroupTitle
Public Methods
 MethodDefined By
  
Constructor
TraceLineGroupTitle
Property Detail
tlgproperty
public var tlg:TraceLineGroup

The TraceLineGroup for which this component is the title

Constructor Detail
TraceLineGroupTitle()Constructor
public function TraceLineGroupTitle(value:TraceLineGroup)

Constructor

Parameters
value:TraceLineGroup — The TraceLineGroup for which this component is the title