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:Rect
border and 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.
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.
textInput | property |
public var textInput:TextInput
This 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):void
Parameters
styleProp:String |