Package | ardisia.scheduling.calendar.themes.spark.skins |
Class | public class CalendarSkin |
Inheritance | CalendarSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined 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 |
Property | Defined By | ||
---|---|---|---|
_backgroundAlpha : Number = 0 | CalendarSkin | ||
_backgroundColor : Number = 0 | CalendarSkin | ||
stylesChanged : Boolean | CalendarSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | CalendarSkin | ||
styleChanged(styleProp:String):void [override] | CalendarSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | CalendarSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | CalendarSkin |
_backgroundAlpha | property |
protected var _backgroundAlpha:Number = 0
_backgroundColor | property |
protected var _backgroundColor:Number = 0
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
columnLabelFactoryPart | property |
public var columnLabelFactoryPart:ClassFactory
This property can be used as the source for data binding.
columnRendererFactoryPart | property |
public var columnRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
gridLabelFactoryPart | property |
public var gridLabelFactoryPart:ClassFactory
This property can be used as the source for data binding.
gridOverflowButtonFactoryPart | property |
public var gridOverflowButtonFactoryPart:ClassFactory
This property can be used as the source for data binding.
gridOverflowPopupFactoryPart | property |
public var gridOverflowPopupFactoryPart:ClassFactory
This property can be used as the source for data binding.
gridRendererFactoryPart | property |
public var gridRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
rect | property |
public var rect:Rect
border and background
This property can be used as the source for data binding.
scrollerPart | property |
public var scrollerPart:ClassFactory
This property can be used as the source for data binding.
stylesChanged | property |
protected var stylesChanged:Boolean
subColumnLabelFactoryPart | property |
public var subColumnLabelFactoryPart:ClassFactory
This property can be used as the source for data binding.
timeLabelFactoryPart | property |
public var timeLabelFactoryPart:ClassFactory
This property can be used as the source for data binding.
CalendarSkin | () | Constructor |
public function CalendarSkin()
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 |