| Package | ardisia.themes.stockholm.skins |
| Class | public class ComboBoxSkin |
| Inheritance | ComboBoxSkin spark.components.supportClasses.Skin |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ComboBoxSkin | ||
styleChanged(styleProp:String):void [override] | ComboBoxSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | ComboBoxSkin | ||
| background | property |
public var background:Rectborder and fill
This property can be used as the source for data binding.
| bgFill | property |
public var bgFill:SolidColorThis property can be used as the source for data binding.
| borderStroke | property |
public var borderStroke:SolidColorStrokeThis property can be used as the source for data binding.
| dataGroup | property |
public var dataGroup:DataGroupThis property can be used as the source for data binding.
| dropDown | property |
public var dropDown:GroupThis property can be used as the source for data binding.
| dropShadow | property |
public var dropShadow:RectangularDropShadowdrop shadow
This property can be used as the source for data binding.
| openButton | property |
public var openButton:ButtonThis property can be used as the source for data binding.
| popUp | property |
public var popUp:PopUpAnchorThis property can be used as the source for data binding.
| scroller | property |
public var scroller:ScrollerThis property can be used as the source for data binding.
| textInput | property |
public var textInput:TextInputThis property can be used as the source for data binding.
| ComboBoxSkin | () | Constructor |
public function ComboBoxSkin()Constructor.
| commitProperties | () | method |
override protected function commitProperties():void| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |