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