Package | ardisia.themes.london.skins |
Class | public class TextAreaSkin |
Inheritance | TextAreaSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect fill | TextAreaSkin | ||
bgFill : SolidColor | TextAreaSkin | ||
border : Rect border | TextAreaSkin | ||
promptDisplay : Label | TextAreaSkin | ||
scroller : Scroller | TextAreaSkin | ||
stroke : SolidColorStroke | TextAreaSkin | ||
textDisplay : RichEditableText | TextAreaSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TextAreaSkin | ||
styleChanged(styleProp:String):void [override] | TextAreaSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | TextAreaSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TextAreaSkin |
background | property |
public var background:Rect
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.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
promptDisplay | property |
public var promptDisplay:Label
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.
stroke | property |
public var stroke:SolidColorStroke
This property can be used as the source for data binding.
textDisplay | property |
public var textDisplay:RichEditableText
This property can be used as the source for data binding.
TextAreaSkin | () | Constructor |
public function TextAreaSkin()
Constructor.
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 |