Packageorg.apache.flex.html.beads
Classpublic class RangeStepperView
InheritanceRangeStepperView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView

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

The RangeStepperView bead creates the visual elements of the RangeStepper. This includes an increment button, a decrement button, and label to display the value.



Public Properties
 PropertyDefined By
  decrementButton : ImageButton
[read-only] Decrement control.
RangeStepperView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  incrementButton : ImageButton
[read-only] Increment control.
RangeStepperView
  strand : IStrand
[override] [write-only] The host component for this bead.
RangeStepperView
 Inherited_strand : IStrand
The strand.
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
RangeStepperView
Property Detail
decrementButtonproperty
decrementButton:ImageButton  [read-only]

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

Decrement control.


Implementation
    public function get decrementButton():ImageButton
incrementButtonproperty 
incrementButton:ImageButton  [read-only]

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

Increment control.


Implementation
    public function get incrementButton():ImageButton
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
RangeStepperView()Constructor
public function RangeStepperView()

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

constructor.