Packageardisia.scheduling.datePicker.themes.stockholm.skins
Classpublic class DatePickerSkin
InheritanceDatePickerSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  datePickerDayNameRendererFactoryPart : ClassFactory
displays the day names
DatePickerSkin
  datePickerDayNumberRendererFactoryPart : ClassFactory
displays the day numbers
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
Protected Properties
 PropertyDefined By
  _borderAlpha : Number
DatePickerSkin
  _borderColor : uint
DatePickerSkin
  _borderVisible : Boolean
DatePickerSkin
  stylesDirty : Boolean
DatePickerSkin
Public Methods
 MethodDefined By
  
Constructor.
DatePickerSkin
  
styleChanged(styleProp:String):void
[override]
DatePickerSkin
Protected Methods
 MethodDefined By
  
[override]
DatePickerSkin
  
updateDisplayList(width:Number, height:Number):void
[override]
DatePickerSkin
Property Detail
_borderAlphaproperty
protected var _borderAlpha:Number

_borderColorproperty 
protected var _borderColor:uint

_borderVisibleproperty 
protected var _borderVisible:Boolean

datePickerDayNameRendererFactoryPartproperty 
public var datePickerDayNameRendererFactoryPart:ClassFactory

displays the day names

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

datePickerDayNumberRendererFactoryPartproperty 
public var datePickerDayNumberRendererFactoryPart:ClassFactory

displays the day numbers

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

dayNamesRendererPartproperty 
public var dayNamesRendererPart:Group

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

dayNumbersRendererPartproperty 
public var dayNumbersRendererPart:Group

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.

monthLabelPartproperty 
public var monthLabelPart:Label

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

nextMonthButtonPartproperty 
public var nextMonthButtonPart:Button

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

previousMonthButtonPartproperty 
public var previousMonthButtonPart:Button

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.

stylesDirtyproperty 
protected var stylesDirty:Boolean

wrapperproperty 
public var wrapper:Group

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

Constructor Detail
DatePickerSkin()Constructor
public function DatePickerSkin()

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(width:Number, height:Number):void

Parameters

width:Number
 
height:Number