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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
fill
AutoCompleteSkin
  bgFill : SolidColor
AutoCompleteSkin
  border : Rect
border
AutoCompleteSkin
  borderStroke : SolidColorStroke
AutoCompleteSkin
  dataGroup : DataGroup
AutoCompleteSkin
  dropDown : Group
AutoCompleteSkin
  dropShadow : RectangularDropShadow
AutoCompleteSkin
  emptyLabelPart : Label
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

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.

borderproperty 
public var border:Rect

border

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

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.

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.