| 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:Rectfill
This property can be used as the source for data binding.
| bgFill | property |
public var bgFill:SolidColorThis property can be used as the source for data binding.
| border | property |
public var border:Rectborder
This property can be used as the source for data binding.
| promptDisplay | property |
public var promptDisplay:LabelThis property can be used as the source for data binding.
| scroller | property |
public var scroller:ScrollerThis property can be used as the source for data binding.
| stroke | property |
public var stroke:SolidColorStrokeThis property can be used as the source for data binding.
| textDisplay | property |
public var textDisplay:RichEditableTextThis 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):voidParameters
styleProp:String |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |