Package | ardisia.components.textInput.themes.spark.skins |
Class | public class TextInputSkin |
Inheritance | TextInputSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
bgFill : SolidColor | TextInputSkin | ||
border : SolidColorStroke | TextInputSkin | ||
clearButtonPart : Button | TextInputSkin | ||
iconPart : BitmapImage | TextInputSkin | ||
promptDisplay : Label | TextInputSkin | ||
textDisplay : RichEditableText | TextInputSkin |
Property | Defined By | ||
---|---|---|---|
_borderColor : uint | TextInputSkin | ||
_iconPaddingBottom : Number = 0 | TextInputSkin | ||
_iconPaddingLeft : Number = 0 | TextInputSkin | ||
_iconPaddingRight : Number = 0 | TextInputSkin | ||
_iconPaddingTop : Number = 0 | TextInputSkin | ||
paddingChanged : Boolean | TextInputSkin | ||
stylesChanged : 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
_iconPaddingBottom | property |
protected var _iconPaddingBottom:Number = 0
_iconPaddingLeft | property |
protected var _iconPaddingLeft:Number = 0
_iconPaddingRight | property |
protected var _iconPaddingRight:Number = 0
_iconPaddingTop | property |
protected var _iconPaddingTop:Number = 0
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:SolidColorStroke
This property can be used as the source for data binding.
clearButtonPart | property |
public var clearButtonPart:Button
This property can be used as the source for data binding.
iconPart | property |
public var iconPart:BitmapImage
This property can be used as the source for data binding.
paddingChanged | property |
protected var paddingChanged:Boolean
promptDisplay | property |
public var promptDisplay:Label
This property can be used as the source for data binding.
stylesChanged | property |
protected var stylesChanged:Boolean
textDisplay | property |
public var textDisplay:RichEditableText
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 |