Packageardisia.themes.london.skins
Classpublic class NumericStepperSkin
InheritanceNumericStepperSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  decrementButton : Button
NumericStepperSkin
  incrementButton : Button
NumericStepperSkin
  textDisplay : TextInput
NumericStepperSkin
Public Methods
 MethodDefined By
  
Constructor.
NumericStepperSkin
Property Detail
decrementButtonproperty
public var decrementButton:Button

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

incrementButtonproperty 
public var incrementButton:Button

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

textDisplayproperty 
public var textDisplay:TextInput

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

Constructor Detail
NumericStepperSkin()Constructor
public function NumericStepperSkin()

Constructor.