| Package | com.ithaca.timeline.skins |
| Class | public class ZoomContextSkin |
| Inheritance | ZoomContextSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| actionsGroup : VGroup | ZoomContextSkin | ||
| allowCut : Boolean = true | ZoomContextSkin | ||
| allowZoom : Boolean = true | ZoomContextSkin | ||
| cursor : ZoomContextCursor | ZoomContextSkin | ||
| cutButton : Button | ZoomContextSkin | ||
| funnel : Group | ZoomContextSkin | ||
| hostComponent : ZoomContext | ZoomContextSkin | ||
| inputTimeRuler : TimeRuler | ZoomContextSkin | ||
| maxX : Number [read-only] | ZoomContextSkin | ||
| minX : Number [read-only] | ZoomContextSkin | ||
| outputTimeRuler : TimeRuler | ZoomContextSkin | ||
| resetButton : Button | ZoomContextSkin | ||
| timeline : Timeline | ZoomContextSkin | ||
| timelinePreview : Group | ZoomContextSkin | ||
| zoomButton : Button | ZoomContextSkin | ||
| zoomContextGroup : BorderContainer | ZoomContextSkin | ||
| Property | Defined By | ||
|---|---|---|---|
| currentCenterDraggingPoint : Point | ZoomContextSkin | ||
| timeRulerSidePadding : Number | ZoomContextSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ZoomContextSkin | ||
styleChanged(styleProp:String):void [override] | ZoomContextSkin | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | ZoomContextSkin | ||
drawFunnel(event:Event):void | ZoomContextSkin | ||
updateCursorHeight(event:Event):void | ZoomContextSkin | ||
| Style | Description | Defined By | ||
|---|---|---|---|---|
allowCut | Type: Boolean CSS Inheritance: no | ZoomContextSkin | ||
allowZoom | Type: Boolean CSS Inheritance: no | ZoomContextSkin | ||
| actionsGroup | property |
public var actionsGroup:VGroupThis property can be used as the source for data binding.
| allowCut | property |
public var allowCut:Boolean = true| allowZoom | property |
public var allowZoom:Boolean = true| currentCenterDraggingPoint | property |
protected var currentCenterDraggingPoint:Point| cursor | property |
public var cursor:ZoomContextCursorThis property can be used as the source for data binding.
| cutButton | property |
public var cutButton:ButtonThis property can be used as the source for data binding.
| funnel | property |
public var funnel:GroupThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:ZoomContextThis property can be used as the source for data binding.
| inputTimeRuler | property |
public var inputTimeRuler:TimeRulerThis property can be used as the source for data binding.
| maxX | property |
maxX:Number [read-only] public function get maxX():Number| minX | property |
minX:Number [read-only] public function get minX():Number| outputTimeRuler | property |
public var outputTimeRuler:TimeRulerThis property can be used as the source for data binding.
| resetButton | property |
public var resetButton:ButtonThis 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.
| timelinePreview | property |
public var timelinePreview:GroupThis property can be used as the source for data binding.
| timeRulerSidePadding | property |
protected var timeRulerSidePadding:NumberThis property can be used as the source for data binding.
| zoomButton | property |
public var zoomButton:ButtonThis property can be used as the source for data binding.
| zoomContextGroup | property |
public var zoomContextGroup:BorderContainerThis property can be used as the source for data binding.
| ZoomContextSkin | () | Constructor |
public function ZoomContextSkin()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| drawFunnel | () | method |
protected function drawFunnel(event:Event):voidParameters
event:Event |
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |
| updateCursorHeight | () | method |
protected function updateCursorHeight(event:Event):voidParameters
event:Event |