Packagecom.ithaca.timeline
Classpublic class TraceLineTitle
InheritanceTraceLineTitle Inheritance spark.components.SkinnableContainer

The TraceLineTitle component is the title part of traceline.

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 Traceline children.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  tl : TraceLine
The traceline for which this component is the title
TraceLineTitle
Public Methods
 MethodDefined By
  
Constructor
TraceLineTitle
  
Used to update the offset of the traceline title to represent the hierarchical level of the traceline in the tree structure.
TraceLineTitle
Skin Parts

This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.


 Skin Part Description Defined By
  
hierarchicalSpacer:mx.controls.Spacer
Required: true Part Type: Static
Used to represent the hierarchical level of the traceline in the tree structure.
TraceLineTitle
  
OpenButton:mx.core.UIComponent
Required: true Part Type: Static
Button used to show or hide the traceline children.
TraceLineTitle
Property Detail
tlproperty
public var tl:TraceLine

The traceline for which this component is the title

Constructor Detail
TraceLineTitle()Constructor
public function TraceLineTitle(value:TraceLine)

Constructor

Parameters
value:TraceLine — The TraceLine for which this component is the title
Method Detail
updateDisplayLevel()method
public function updateDisplayLevel():void

Used to update the offset of the traceline title to represent the hierarchical level of the traceline in the tree structure.