Packageardisia.scheduling.calendar.themes.spark.skins
Classpublic class CalendarSkin
InheritanceCalendarSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  bgFill : SolidColor
CalendarSkin
  columnLabelFactoryPart : ClassFactory
CalendarSkin
  columnRendererFactoryPart : ClassFactory
CalendarSkin
  gridLabelFactoryPart : ClassFactory
CalendarSkin
  gridOverflowButtonFactoryPart : ClassFactory
CalendarSkin
  gridOverflowPopupFactoryPart : ClassFactory
CalendarSkin
  gridRendererFactoryPart : ClassFactory
CalendarSkin
  rect : Rect
border and background
CalendarSkin
  scrollerPart : ClassFactory
CalendarSkin
  subColumnLabelFactoryPart : ClassFactory
CalendarSkin
  timeLabelFactoryPart : ClassFactory
CalendarSkin
Protected Properties
 PropertyDefined By
  _backgroundAlpha : Number = 0
CalendarSkin
  _backgroundColor : Number = 0
CalendarSkin
  stylesChanged : Boolean
CalendarSkin
Public Methods
 MethodDefined By
  
Constructor.
CalendarSkin
  
styleChanged(styleProp:String):void
[override]
CalendarSkin
Protected Methods
 MethodDefined By
  
[override]
CalendarSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
CalendarSkin
Property Detail
_backgroundAlphaproperty
protected var _backgroundAlpha:Number = 0

_backgroundColorproperty 
protected var _backgroundColor:Number = 0

bgFillproperty 
public var bgFill:SolidColor

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

columnLabelFactoryPartproperty 
public var columnLabelFactoryPart:ClassFactory

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

columnRendererFactoryPartproperty 
public var columnRendererFactoryPart:ClassFactory

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

gridLabelFactoryPartproperty 
public var gridLabelFactoryPart:ClassFactory

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

gridOverflowButtonFactoryPartproperty 
public var gridOverflowButtonFactoryPart:ClassFactory

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

gridOverflowPopupFactoryPartproperty 
public var gridOverflowPopupFactoryPart:ClassFactory

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

gridRendererFactoryPartproperty 
public var gridRendererFactoryPart:ClassFactory

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

rectproperty 
public var rect:Rect

border and background

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

scrollerPartproperty 
public var scrollerPart:ClassFactory

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

stylesChangedproperty 
protected var stylesChanged:Boolean

subColumnLabelFactoryPartproperty 
public var subColumnLabelFactoryPart:ClassFactory

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

timeLabelFactoryPartproperty 
public var timeLabelFactoryPart:ClassFactory

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

Constructor Detail
CalendarSkin()Constructor
public function CalendarSkin()

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