Packageorg.apache.flex.html.beads
Classpublic class SliderView
InheritanceSliderView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements ISliderView, IBeadView

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

The SliderView class creates the visual elements of the org.apache.flex.html.Slider component. The Slider has a track and a thumb control which are also created with view beads.



Public Properties
 PropertyDefined By
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  strand : IStrand
[override] [write-only] The host component for this bead.
SliderView
 Inherited_strand : IStrand
The strand.
BeadViewBase
  thumb : DisplayObject
[read-only] The thumb component.
SliderView
  track : DisplayObject
[read-only] The track component.
SliderView
Public Methods
 MethodDefined By
  
constructor.
SliderView
Property Detail
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
thumbproperty 
thumb:DisplayObject  [read-only]

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

The thumb component.


Implementation
    public function get thumb():DisplayObject
trackproperty 
track:DisplayObject  [read-only]

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

The track component.


Implementation
    public function get track():DisplayObject
Constructor Detail
SliderView()Constructor
public function SliderView()

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

constructor.