Packageutils.controls.popup
Classpublic class NumberInputWindow
InheritanceNumberInputWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  cancelButtonControl : Button
NumberInputWindow
  number : int
NumberInputWindow
  numInput : TextInput
NumberInputWindow
  numValidator : NumberValidator
NumberInputWindow
  okButtonControl : Button
NumberInputWindow
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
NumberInputWindow
Public Methods
 MethodDefined By
  
Constructor.
NumberInputWindow
Property Detail
cancelButtonControlproperty
public var cancelButtonControl:Button

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

numberproperty 
public var number:int

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

numInputproperty 
public var numInput:TextInput

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

numValidatorproperty 
public var numValidator:NumberValidator

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
Constructor Detail
NumberInputWindow()Constructor
public function NumberInputWindow()

Constructor.