Packageorg.apache.flex.html.beads
Interfacepublic interface ISpinnerView extends IBead
Implementors SpinnerView

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

The ISpinnerView interface provides the protocol for any bead that creates the visual parts for a org.apache.flex.html.Spinner control.



Public Properties
 PropertyDefined By
  decrement : DisplayObject
[read-only] The component used to decrement the org.apache.flex.html.Spinner value.
ISpinnerView
  increment : DisplayObject
[read-only] The component used to increment the org.apache.flex.html.Spinner value.
ISpinnerView
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
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 used to decrement 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 used to increment the org.apache.flex.html.Spinner value.


Implementation
    public function get increment():DisplayObject