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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
border and fill
ComboBoxSkin
  bgFill : SolidColor
ComboBoxSkin
  borderStroke : SolidColorStroke
ComboBoxSkin
  dataGroup : DataGroup
ComboBoxSkin
  dropDown : Group
ComboBoxSkin
  dropShadow : RectangularDropShadow
drop shadow
ComboBoxSkin
  openButton : Button
ComboBoxSkin
  popUp : PopUpAnchor
ComboBoxSkin
  scroller : Scroller
ComboBoxSkin
  textInput : TextInput
ComboBoxSkin
Public Methods
 MethodDefined By
  
Constructor.
ComboBoxSkin
  
styleChanged(styleProp:String):void
[override]
ComboBoxSkin
Protected Methods
 MethodDefined By
  
[override]
ComboBoxSkin
Property Detail
backgroundproperty
public var background:Rect

border and 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.

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.

textInputproperty 
public var textInput:TextInput

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

Constructor Detail
ComboBoxSkin()Constructor
public function ComboBoxSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String