Packageorg.apache.flex.html.beads
Interfacepublic interface ISliderView extends IBead
Implementors SliderView

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

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



Public Properties
 PropertyDefined By
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
  thumb : DisplayObject
[read-only] The component used for the thumb button of the org.apache.flex.html.Slider.
ISliderView
  track : DisplayObject
[read-only] The component used for the track area of the org.apache.flex.html.Slider.
ISliderView
Property Detail
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 component used for the thumb button of the org.apache.flex.html.Slider.


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 component used for the track area of the org.apache.flex.html.Slider.


Implementation
    public function get track():DisplayObject