Packageardisia.themes.stockholm.skins
Classpublic class TextInputSkin
InheritanceTextInputSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  promptDisplay : Label
TextInputSkin
  stroke : SolidColorStroke
TextInputSkin
  textDisplay : RichEditableText
padding is required to get the baseline correct form layout
TextInputSkin
Protected Properties
 PropertyDefined By
  borderColor : uint
TextInputSkin
  stylesDirty : Boolean
TextInputSkin
Public Methods
 MethodDefined By
  
Constructor.
TextInputSkin
  
styleChanged(styleProp:String):void
[override]
TextInputSkin
Protected Methods
 MethodDefined By
  
[override]
TextInputSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
TextInputSkin
Property Detail
borderColorproperty
protected var borderColor:uint

promptDisplayproperty 
public var promptDisplay:Label

This property can be used as the source for data binding.

strokeproperty 
public var stroke:SolidColorStroke

This property can be used as the source for data binding.

stylesDirtyproperty 
protected var stylesDirty:Boolean

textDisplayproperty 
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.

Constructor Detail
TextInputSkin()Constructor
public function TextInputSkin()

Constructor.

Method Detail
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