Package | ardisia.themes.london.skins |
Class | public class NumericStepperSkin |
Inheritance | NumericStepperSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
decrementButton : Button | NumericStepperSkin | ||
incrementButton : Button | NumericStepperSkin | ||
textDisplay : TextInput | NumericStepperSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | NumericStepperSkin |
decrementButton | property |
public var decrementButton:Button
This property can be used as the source for data binding.
incrementButton | property |
public var incrementButton:Button
This property can be used as the source for data binding.
textDisplay | property |
public var textDisplay:TextInput
This property can be used as the source for data binding.
NumericStepperSkin | () | Constructor |
public function NumericStepperSkin()
Constructor.