Packageardisia.components.timebarContainer.themes.spark.skins
Classpublic class TimebarContainerSkin
InheritanceTimebarContainerSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  _backgroundAlpha : Number = 0
TimebarContainerSkin
  _backgroundColor : Number = 0
TimebarContainerSkin
  _borderAlpha : Number = 0
TimebarContainerSkin
  _borderColor : Number = 0
TimebarContainerSkin
  _borderVisible : Boolean
TimebarContainerSkin
  stylesChanged : Boolean
TimebarContainerSkin
Public Methods
 MethodDefined By
  
Constructor.
TimebarContainerSkin
  
styleChanged(styleProp:String):void
[override]
TimebarContainerSkin
Protected Methods
 MethodDefined By
  
[override]
TimebarContainerSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
TimebarContainerSkin
Property Detail
_backgroundAlphaproperty
protected var _backgroundAlpha:Number = 0

_backgroundColorproperty 
protected var _backgroundColor:Number = 0

_borderAlphaproperty 
protected var _borderAlpha:Number = 0

_borderColorproperty 
protected var _borderColor:Number = 0

_borderVisibleproperty 
protected var _borderVisible:Boolean

contentGroupproperty 
public var contentGroup:Group

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

defaultIntervalModesPartproperty 
public var defaultIntervalModesPart:Array

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

fillproperty 
public var fill:SolidColor

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

headerItemRendererFactoryPartproperty 
public var headerItemRendererFactoryPart:ClassFactory

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

hostComponentproperty 
public var hostComponent:TimebarContainer

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

hScrollBarFactoryPartproperty 
public var hScrollBarFactoryPart:ClassFactory

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

itemRendererFactoryPartproperty 
public var itemRendererFactoryPart:ClassFactory

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

selectionLassoFactoryPartproperty 
public var selectionLassoFactoryPart:ClassFactory

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

strokeproperty 
public var stroke:SolidColorStroke

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

stylesChangedproperty 
protected var stylesChanged:Boolean

vScrollBarFactoryPartproperty 
public var vScrollBarFactoryPart:ClassFactory

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

Constructor Detail
TimebarContainerSkin()Constructor
public function TimebarContainerSkin()

Constructor.

Method Detail
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