Packageardisia.components.autoComplete.themes.stockholm.skins
Classpublic class AutoCompleteSkin
InheritanceAutoCompleteSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
AutoCompleteSkin
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.

emptyLabelPartproperty 
public var emptyLabelPart:Label

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

fadeEffectproperty 
public var fadeEffect:Fade

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
AutoCompleteSkin()Constructor
public function AutoCompleteSkin()

Constructor.