Packageardisia.themes.london.skins
Classpublic class TextAreaSkin
InheritanceTextAreaSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
fill
TextAreaSkin
  bgFill : SolidColor
TextAreaSkin
  border : Rect
border
TextAreaSkin
  promptDisplay : Label
TextAreaSkin
  scroller : Scroller
TextAreaSkin
  stroke : SolidColorStroke
TextAreaSkin
  textDisplay : RichEditableText
TextAreaSkin
Public Methods
 MethodDefined By
  
Constructor.
TextAreaSkin
  
styleChanged(styleProp:String):void
[override]
TextAreaSkin
Protected Methods
 MethodDefined By
  
[override]
TextAreaSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
TextAreaSkin
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.

promptDisplayproperty 
public var promptDisplay:Label

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.

strokeproperty 
public var stroke:SolidColorStroke

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

textDisplayproperty 
public var textDisplay:RichEditableText

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

Constructor Detail
TextAreaSkin()Constructor
public function TextAreaSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number