| Package | com.ithaca.timeline |
| Class | public class TraceLineGroupTitle |
| Inheritance | TraceLineGroupTitle spark.components.SkinnableContainer |
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
| Property | Defined By | ||
|---|---|---|---|
| tlg : TraceLineGroup
The TraceLineGroup for which this component is the title
| TraceLineGroupTitle | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
| TraceLineGroupTitle | ||
| tlg | property |
public var tlg:TraceLineGroupThe TraceLineGroup for which this component is the title
| TraceLineGroupTitle | () | Constructor |
public function TraceLineGroupTitle(value:TraceLineGroup)Constructor
Parametersvalue:TraceLineGroup — The TraceLineGroup for which this component is the title
|