Package | ardisia.scheduling.datePicker.themes.london.skins |
Class | public class DatePickerSkin |
Inheritance | DatePickerSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
datePickerDayNameRendererFactoryPart : ClassFactory | DatePickerSkin | ||
datePickerDayNumberRendererFactoryPart : ClassFactory | DatePickerSkin | ||
dayNamesRendererPart : Group | DatePickerSkin | ||
dayNumbersRendererPart : Group | DatePickerSkin | ||
fill : SolidColor | DatePickerSkin | ||
monthLabelPart : Label | DatePickerSkin | ||
nextMonthButtonPart : Button | DatePickerSkin | ||
previousMonthButtonPart : Button | DatePickerSkin | ||
stroke : SolidColorStroke | DatePickerSkin | ||
wrapper : Group | DatePickerSkin |
Property | Defined By | ||
---|---|---|---|
_borderAlpha : Number | DatePickerSkin | ||
_borderColor : uint | DatePickerSkin | ||
_borderVisible : Boolean | DatePickerSkin | ||
stylesDirty : Boolean | DatePickerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | DatePickerSkin | ||
styleChanged(styleProp:String):void [override] | DatePickerSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | DatePickerSkin | ||
updateDisplayList(width:Number, height:Number):void [override] | DatePickerSkin |
_borderAlpha | property |
protected var _borderAlpha:Number
_borderColor | property |
protected var _borderColor:uint
_borderVisible | property |
protected var _borderVisible:Boolean
datePickerDayNameRendererFactoryPart | property |
public var datePickerDayNameRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
datePickerDayNumberRendererFactoryPart | property |
public var datePickerDayNumberRendererFactoryPart:ClassFactory
This property can be used as the source for data binding.
dayNamesRendererPart | property |
public var dayNamesRendererPart:Group
This property can be used as the source for data binding.
dayNumbersRendererPart | property |
public var dayNumbersRendererPart:Group
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.
monthLabelPart | property |
public var monthLabelPart:Label
This property can be used as the source for data binding.
nextMonthButtonPart | property |
public var nextMonthButtonPart:Button
This property can be used as the source for data binding.
previousMonthButtonPart | property |
public var previousMonthButtonPart:Button
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.
stylesDirty | property |
protected var stylesDirty:Boolean
wrapper | property |
public var wrapper:Group
This property can be used as the source for data binding.
DatePickerSkin | () | Constructor |
public function DatePickerSkin()
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(width:Number, height:Number):void
Parameters
width:Number | |
height:Number |