Package | ardisia.components.timePicker.themes.stockholm.skins |
Class | public class TimePickerSkin |
Inheritance | TimePickerSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect fill | TimePickerSkin | ||
bgFill : SolidColor | TimePickerSkin | ||
border : Rect border | TimePickerSkin | ||
borderStroke : SolidColorStroke | TimePickerSkin | ||
dataGroup : DataGroup | TimePickerSkin | ||
dropDown : Group | TimePickerSkin | ||
dropShadow : RectangularDropShadow | TimePickerSkin | ||
fadeEffect : Fade | TimePickerSkin | ||
openButton : Button | TimePickerSkin | ||
popUp : PopUpAnchor | TimePickerSkin | ||
scroller : Scroller | TimePickerSkin | ||
stroke : SolidColorStroke | TimePickerSkin | ||
textInput : TextInput | TimePickerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TimePickerSkin |
background | property |
public var background:Rect
fill
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
dataGroup | property |
public var dataGroup:DataGroup
This property can be used as the source for data binding.
dropDown | property |
public var dropDown:Group
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
This property can be used as the source for data binding.
fadeEffect | property |
public var fadeEffect:Fade
This property can be used as the source for data binding.
openButton | property |
public var openButton:Button
This property can be used as the source for data binding.
popUp | property |
public var popUp:PopUpAnchor
This property can be used as the source for data binding.
scroller | property |
public var scroller:Scroller
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.
textInput | property |
public var textInput:TextInput
This property can be used as the source for data binding.
TimePickerSkin | () | Constructor |
public function TimePickerSkin()
Constructor.