Packageorg.apache.flex.html.beads
Classpublic class SpinnerView
InheritanceSpinnerView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements ISpinnerView, IBeadView

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

The SpinnerView class creates the visual elements of the org.apache.flex.html.Spinner component.



Public Properties
 PropertyDefined By
  decrement : DisplayObject
[read-only] The component for decrementing the org.apache.flex.html.Spinner value.
SpinnerView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  increment : DisplayObject
[read-only] The component for incrementing the org.apache.flex.html.Spinner value.
SpinnerView
  strand : IStrand
[override] [write-only] The host component for this bead.
SpinnerView
 Inherited_strand : IStrand
The strand.
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
SpinnerView
Property Detail
decrementproperty
decrement:DisplayObject  [read-only]

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

The component for decrementing the org.apache.flex.html.Spinner value.


Implementation
    public function get decrement():DisplayObject
incrementproperty 
increment:DisplayObject  [read-only]

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

The component for incrementing the org.apache.flex.html.Spinner value.


Implementation
    public function get increment():DisplayObject
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
SpinnerView()Constructor
public function SpinnerView()

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

constructor.