Packageutils.controls.popup
Classpublic class TextInputWindow
InheritanceTextInputWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

TextInputWindow.mxml PopUp window for text input.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  cancelButtonControl : Button
TextInputWindow
  okButtonControl : Button
TextInputWindow
  textInput : String
TextInputWindow
  textInputControl : TextArea
TextInputWindow
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
TextInputWindow
Public Methods
 MethodDefined By
  
Constructor.
TextInputWindow
Protected Methods
 MethodDefined By
  
[override]
TextInputWindow
Property Detail
cancelButtonControlproperty
public var cancelButtonControl:Button

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

okButtonControlproperty 
public var okButtonControl:Button

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

skinPartsproperty 
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
textInputproperty 
textInput:String


Implementation
    public function get textInput():String
    public function set textInput(value:String):void
textInputControlproperty 
public var textInputControl:TextArea

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

Constructor Detail
TextInputWindow()Constructor
public function TextInputWindow()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void