Packageorg.apache.flex.html.beads
Classpublic class NumericStepperView
InheritanceNumericStepperView Inheritance BeadViewBase Inheritance Object
Implements IBeadView, ILayoutParent

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The NumericStepperView class creates the visual elements of the org.apache.flex.html.NumericStepper component. A NumberStepper consists of a org.apache.flex.html.TextInput component to display the value and a org.apache.flex.html.Spinner to change the value.



Public Properties
 PropertyDefined By
  contentView : DisplayObjectContainer
[read-only] The area containing the TextInput and Spinner controls.
NumericStepperView
  strand : IStrand
[override] [write-only] The host component for this bead.
NumericStepperView
 InheritedviewHeight : Number
[read-only] The height of the view.
BeadViewBase
 InheritedviewWidth : Number
[read-only] The width of the view.
BeadViewBase
Protected Properties
 PropertyDefined By
 Inherited_strand : IStrand
The strand
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
NumericStepperView
Property Detail
contentViewproperty
contentView:DisplayObjectContainer  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The area containing the TextInput and Spinner controls.


Implementation
    public function get contentView():DisplayObjectContainer
strandproperty 
strand:IStrand  [write-only] [override]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
NumericStepperView()Constructor
public function NumericStepperView()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.