Packageutils.controls.popup
Classpublic class SizeInputWindow
InheritanceSizeInputWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

SizeInputWindow.mxml PopUp window for min max font site input.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  cancelButtonControl : Button
SizeInputWindow
  maxSize : int
SizeInputWindow
  minSize : int
SizeInputWindow
  numMaxInput : TextInput
SizeInputWindow
  numMaxValidator : NumberValidator
SizeInputWindow
  numMinInput : TextInput
SizeInputWindow
  numMinValidator : NumberValidator
SizeInputWindow
  okButtonControl : Button
SizeInputWindow
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
SizeInputWindow
Public Methods
 MethodDefined By
  
Constructor.
SizeInputWindow
Property Detail
cancelButtonControlproperty
public var cancelButtonControl:Button

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

maxSizeproperty 
public var maxSize:int

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

minSizeproperty 
public var minSize:int

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

numMaxInputproperty 
public var numMaxInput:TextInput

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

numMaxValidatorproperty 
public var numMaxValidator:NumberValidator

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

numMinInputproperty 
public var numMinInput:TextInput

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

numMinValidatorproperty 
public var numMinValidator: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
SizeInputWindow()Constructor
public function SizeInputWindow()

Constructor.