| Package | com.ithaca.timeline |
| Class | public class Cursor |
| Inheritance | Cursor spark.components.Group |
| Implements | mx.binding.IBindingClient |
The first is bound to the global time ruler (timeline.globalCursor) and the second is bound to the selected context time ruler (timeline.contextCursor).
Default MXML PropertymxmlContent
See also
| Property | Defined By | ||
|---|---|---|---|
| cursor : Group | Cursor | ||
| isDragging : Boolean = false | Cursor | ||
| timeline : Timeline | Cursor | ||
| timeRuler : TimeRuler | Cursor | ||
| tt : TimeToolTip | Cursor | ||
| withToolTip : Boolean = false | Cursor | ||
| Method | Defined By | ||
|---|---|---|---|
Cursor() Constructor. | Cursor | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | Cursor | ||
onToolTipShow(event:Event):void | Cursor | ||
| cursor | property |
public var cursor:GroupThis property can be used as the source for data binding.
| isDragging | property |
public var isDragging:Boolean = falseThis 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.
| timeRuler | property |
public var timeRuler:TimeRulerThis property can be used as the source for data binding.
| tt | property |
public var tt:TimeToolTipThis property can be used as the source for data binding.
| withToolTip | property |
public var withToolTip:Boolean = false| Cursor | () | Constructor |
public function Cursor()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| onToolTipShow | () | method |
protected function onToolTipShow(event:Event):voidParameters
event:Event |