Package | ardisia.themes.london.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 | ||
---|---|---|---|
_borderAlpha : Number | TextInputSkin | ||
_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 |
_borderAlpha | property |
protected var _borderAlpha:Number
_borderColor | property |
protected var _borderColor:uint
promptDisplay | property |
public var promptDisplay:Label
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.
stylesDirty | property |
protected var stylesDirty:Boolean
textDisplay | property |
public var textDisplay:RichEditableText
padding 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):void
Parameters
styleProp:String |
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |