Package | ardisia.components.timebarContainer.themes.spark.skins |
Class | public class TimebarContainerSkin |
Inheritance | TimebarContainerSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
contentGroup : Group | TimebarContainerSkin | ||
defaultIntervalModesPart : Array | TimebarContainerSkin | ||
fill : SolidColor | TimebarContainerSkin | ||
headerItemRendererFactoryPart : ClassFactory | TimebarContainerSkin | ||
hostComponent : TimebarContainer | TimebarContainerSkin | ||
hScrollBarFactoryPart : ClassFactory | TimebarContainerSkin | ||
itemRendererFactoryPart : ClassFactory | TimebarContainerSkin | ||
selectionLassoFactoryPart : ClassFactory | TimebarContainerSkin | ||
stroke : SolidColorStroke | TimebarContainerSkin | ||
vScrollBarFactoryPart : ClassFactory | TimebarContainerSkin |
Property | Defined By | ||
---|---|---|---|
_backgroundAlpha : Number = 0 | TimebarContainerSkin | ||
_backgroundColor : Number = 0 | TimebarContainerSkin | ||
_borderAlpha : Number = 0 | TimebarContainerSkin | ||
_borderColor : Number = 0 | TimebarContainerSkin | ||
_borderVisible : Boolean | TimebarContainerSkin | ||
stylesChanged : Boolean | TimebarContainerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TimebarContainerSkin | ||
styleChanged(styleProp:String):void [override] | TimebarContainerSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | TimebarContainerSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TimebarContainerSkin |
_backgroundAlpha | property |
protected var _backgroundAlpha:Number = 0
_backgroundColor | property |
protected var _backgroundColor:Number = 0
_borderAlpha | property |
protected var _borderAlpha:Number = 0
_borderColor | property |
protected var _borderColor:Number = 0
_borderVisible | property |
protected var _borderVisible:Boolean
contentGroup | property |
public var contentGroup:Group
This property can be used as the source for data binding.
defaultIntervalModesPart | property |
public var defaultIntervalModesPart:Array
This property can be used as the source for data binding.
fill | property |
public var fill:SolidColor
This property can be used as the source for data binding.
headerItemRendererFactoryPart | property |
public var headerItemRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:TimebarContainer
This property can be used as the source for data binding.
hScrollBarFactoryPart | property |
public var hScrollBarFactoryPart:ClassFactory
This property can be used as the source for data binding.
itemRendererFactoryPart | property |
public var itemRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
selectionLassoFactoryPart | property |
public var selectionLassoFactoryPart:ClassFactory
This property can be used as the source for data binding.
stroke | property |
public var stroke:SolidColorStroke
This property can be used as the source for data binding.
stylesChanged | property |
protected var stylesChanged:Boolean
vScrollBarFactoryPart | property |
public var vScrollBarFactoryPart:ClassFactory
This property can be used as the source for data binding.
TimebarContainerSkin | () | Constructor |
public function TimebarContainerSkin()
Constructor.
commitProperties | () | method |
override protected function commitProperties():void
styleChanged | () | method |
override public function styleChanged(styleProp:String):void
Parameters
styleProp:String |
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |