Packageardisia.themes.stockholm.skins
Classpublic class DropDownListSkin
InheritanceDropDownListSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
DropDownListSkin
Property Detail
backgroundproperty
public var background:Rect

fill

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

bgFillproperty 
public var bgFill:SolidColor

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

borderStrokeproperty 
public var borderStroke:SolidColorStroke

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

dataGroupproperty 
public var dataGroup:DataGroup

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

dropDownproperty 
public var dropDown:Group

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

dropShadowproperty 
public var dropShadow:RectangularDropShadow

drop shadow

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

labelDisplayproperty 
public var labelDisplay:Label

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

openButtonproperty 
public var openButton:Button

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

popUpproperty 
public var popUp:PopUpAnchor

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

scrollerproperty 
public var scroller:Scroller

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

Constructor Detail
DropDownListSkin()Constructor
public function DropDownListSkin()

Constructor.