Packagecom.ithaca.timeline.skins
Classpublic class TimelineSkin
InheritanceTimelineSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  contentGroup : ControlledScrollVGroup
TimelineSkin
  contextCursor : Cursor
TimelineSkin
  exportButton : Button
TimelineSkin
  globalCursor : Cursor
TimelineSkin
  hdb : HDividedBox
TimelineSkin
  hostComponent : Timeline
TimelineSkin
  linkCursor : CheckBox
TimelineSkin
  playButton : PlayPauseButton
TimelineSkin
  renderGroup : Group
TimelineSkin
  scroller : Scroller
TimelineSkin
  scroller2 : Scroller
TimelineSkin
  searchBox : HGroup
TimelineSkin
  searchButton : Button
TimelineSkin
  searchResetButton : Button
TimelineSkin
  search_ti : TextInput
TimelineSkin
  timeline : Timeline
TimelineSkin
  titleGroup : VGroup
TimelineSkin
  zoomContext : ZoomContext
TimelineSkin
Public Methods
 MethodDefined By
  
Constructor.
TimelineSkin
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:Event):void
TimelineSkin
  
horizontalScroll(event:MouseEvent):void
TimelineSkin
  
noVerticalScroll(event:MouseEvent):void
TimelineSkin
  
onCursorLinkClick(event:MouseEvent):void
TimelineSkin
  
onFilterClear(event:Event):void
TimelineSkin
Property Detail
contentGroupproperty
public var contentGroup:ControlledScrollVGroup

This property can be used as the source for data binding.

contextCursorproperty 
public var contextCursor:Cursor

This property can be used as the source for data binding.

exportButtonproperty 
public var exportButton:Button

This property can be used as the source for data binding.

globalCursorproperty 
public var globalCursor:Cursor

This property can be used as the source for data binding.

hdbproperty 
public var hdb:HDividedBox

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:Timeline

This property can be used as the source for data binding.

linkCursorproperty 
public var linkCursor:CheckBox

This property can be used as the source for data binding.

playButtonproperty 
public var playButton:PlayPauseButton

This property can be used as the source for data binding.

renderGroupproperty 
public var renderGroup:Group

This property can be used as the source for data binding.

scrollerproperty 
public var scroller:Scroller

This property can be used as the source for data binding.

scroller2property 
public var scroller2:Scroller

This property can be used as the source for data binding.

search_tiproperty 
public var search_ti:TextInput

This property can be used as the source for data binding.

searchBoxproperty 
public var searchBox:HGroup

This property can be used as the source for data binding.

searchButtonproperty 
public var searchButton:Button

This property can be used as the source for data binding.

searchResetButtonproperty 
public var searchResetButton:Button

This property can be used as the source for data binding.

timelineproperty 
public var timeline:Timeline

This property can be used as the source for data binding.

titleGroupproperty 
public var titleGroup:VGroup

This property can be used as the source for data binding.

zoomContextproperty 
public var zoomContext:ZoomContext

This property can be used as the source for data binding.

Constructor Detail
TimelineSkin()Constructor
public function TimelineSkin()

Constructor.

Method Detail
creationCompleteHandler()method
protected function creationCompleteHandler(event:Event):void

Parameters

event:Event

horizontalScroll()method 
protected function horizontalScroll(event:MouseEvent):void

Parameters

event:MouseEvent

noVerticalScroll()method 
protected function noVerticalScroll(event:MouseEvent):void

Parameters

event:MouseEvent

onCursorLinkClick()method 
protected function onCursorLinkClick(event:MouseEvent):void

Parameters

event:MouseEvent

onFilterClear()method 
protected function onFilterClear(event:Event):void

Parameters

event:Event