| Package | com.ithaca.timeline.skins |
| Class | public class TraceLineTitleSkin |
| Inheritance | TraceLineTitleSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| contentGroup : Group | TraceLineTitleSkin | ||
| displayLevel : Number = 0 | TraceLineTitleSkin | ||
| forme : Shape | TraceLineTitleSkin | ||
| hierarchicalSpacer : Spacer | TraceLineTitleSkin | ||
| hostComponent : TraceLineTitle | TraceLineTitleSkin | ||
| menuButton : Image | TraceLineTitleSkin | ||
| menuContent : XML | TraceLineTitleSkin | ||
| OpenButton : Image | TraceLineTitleSkin | ||
| simpleObselsRenderer : ObselsRenderer | TraceLineTitleSkin | ||
| timeline : Timeline | TraceLineTitleSkin | ||
| titleGroup : HGroup | TraceLineTitleSkin | ||
| traceLineTitle : Label | TraceLineTitleSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TraceLineTitleSkin | ||
styleChanged(styleProp:String):void [override] | TraceLineTitleSkin | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:FlexEvent):void | TraceLineTitleSkin | ||
onChildrenChange(event:Event):void | TraceLineTitleSkin | ||
onOpenButtonClick():void | TraceLineTitleSkin | ||
showMenu():void | TraceLineTitleSkin | ||
skin1_addedToStageHandler(event:Event):void
Dispatcher added TraceLineTitle on the stage
| TraceLineTitleSkin | ||
zcStopDrag(e:MouseEvent):void | TraceLineTitleSkin | ||
| contentGroup | property |
public var contentGroup:GroupThis property can be used as the source for data binding.
| displayLevel | property |
public var displayLevel:Number = 0This property can be used as the source for data binding.
| forme | property |
public var forme:ShapeThis property can be used as the source for data binding.
| hierarchicalSpacer | property |
public var hierarchicalSpacer:SpacerThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:TraceLineTitleThis property can be used as the source for data binding.
| menuButton | property |
public var menuButton:ImageThis property can be used as the source for data binding.
| menuContent | property |
public var menuContent:XMLThis property can be used as the source for data binding.
| OpenButton | property |
public var OpenButton:ImageThis property can be used as the source for data binding.
| simpleObselsRenderer | property |
public var simpleObselsRenderer:ObselsRendererThis property can be used as the source for data binding.
| timeline | property |
public var timeline:TimelineThis property can be used as the source for data binding.
| titleGroup | property |
public var titleGroup:HGroupThis property can be used as the source for data binding.
| traceLineTitle | property |
public var traceLineTitle:LabelThis property can be used as the source for data binding.
| TraceLineTitleSkin | () | Constructor |
public function TraceLineTitleSkin()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):voidParameters
event:FlexEvent |
| onChildrenChange | () | method |
protected function onChildrenChange(event:Event):voidParameters
event:Event |
| onOpenButtonClick | () | method |
protected function onOpenButtonClick():void| showMenu | () | method |
protected function showMenu():void| skin1_addedToStageHandler | () | method |
protected function skin1_addedToStageHandler(event:Event):voidDispatcher added TraceLineTitle on the stage
Parameters
event:Event |
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |
| zcStopDrag | () | method |
protected function zcStopDrag(e:MouseEvent):voidParameters
e:MouseEvent |