| Package | ardisia.themes.stockholm.skins |
| Class | public class TextInputSkin |
| Inheritance | TextInputSkin spark.components.supportClasses.Skin |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| promptDisplay : Label | TextInputSkin | ||
| stroke : SolidColorStroke | TextInputSkin | ||
| textDisplay : RichEditableText padding is required to get the baseline correct form layout | TextInputSkin | ||
| Property | Defined By | ||
|---|---|---|---|
| borderColor : uint | TextInputSkin | ||
| stylesDirty : Boolean | TextInputSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TextInputSkin | ||
styleChanged(styleProp:String):void [override] | TextInputSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | TextInputSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TextInputSkin | ||
| borderColor | property |
protected var borderColor:uint| promptDisplay | property |
public var promptDisplay:LabelThis 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.
| stylesDirty | property |
protected var stylesDirty:Boolean| textDisplay | property |
public var textDisplay:RichEditableTextpadding is required to get the baseline correct form layout
This property can be used as the source for data binding.
| TextInputSkin | () | Constructor |
public function TextInputSkin()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 |