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