Packagecom.adobe.portfolio.skins
Classpublic class CustomizableTextAreaSkin
InheritanceCustomizableTextAreaSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the Portfolio CustomizableTextArea component.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.components.supportClasses.CustomizableTextArea


Public Properties
 PropertyDefined By
  background : Rect
Defines the appearance of the TextArea component's background.
CustomizableTextAreaSkin
  borderStroke : SolidColorStroke
CustomizableTextAreaSkin
  currentState : String
[override] [write-only]
CustomizableTextAreaSkin
  hostComponent : CustomizableTextArea
CustomizableTextAreaSkin
  richStaticText : RichText
CustomizableTextAreaSkin
  textDisplay : NavRichEditableText
CustomizableTextAreaSkin
  truncatedLabel : Label
CustomizableTextAreaSkin
Public Methods
 MethodDefined By
  
Constructor.
CustomizableTextAreaSkin
Property Detail
backgroundproperty
public var background:Rect

Defines the appearance of the TextArea component's background.

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

borderStrokeproperty 
public var borderStroke:SolidColorStroke

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

currentStateproperty 
currentState:String  [write-only] [override]


Implementation
    public function set currentState(value:String):void
hostComponentproperty 
public var hostComponent:CustomizableTextArea

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

richStaticTextproperty 
public var richStaticText:RichText

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

textDisplayproperty 
public var textDisplay:NavRichEditableText

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

truncatedLabelproperty 
public var truncatedLabel:Label

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

Constructor Detail
CustomizableTextAreaSkin()Constructor
public function CustomizableTextAreaSkin()

Constructor.