| 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:ClassFactoryThis property can be used as the source for data binding.
| datePickerDayNumberRendererFactoryPart | property |
public var datePickerDayNumberRendererFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| dayNamesRendererPart | property |
public var dayNamesRendererPart:GroupThis property can be used as the source for data binding.
| dayNumbersRendererPart | property |
public var dayNumbersRendererPart:GroupThis property can be used as the source for data binding.
| fill | property |
public var fill:SolidColorThis property can be used as the source for data binding.
| monthLabelPart | property |
public var monthLabelPart:LabelThis property can be used as the source for data binding.
| nextMonthButtonPart | property |
public var nextMonthButtonPart:ButtonThis property can be used as the source for data binding.
| previousMonthButtonPart | property |
public var previousMonthButtonPart:ButtonThis property can be used as the source for data binding.
| stroke | property |
public var stroke:SolidColorStrokeThis property can be used as the source for data binding.
| stylesDirty | property |
protected var stylesDirty:Boolean| wrapper | property |
public var wrapper:GroupThis 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):voidParameters
styleProp:String |
| updateDisplayList | () | method |
override protected function updateDisplayList(width:Number, height:Number):voidParameters
width:Number | |
height:Number |