Packageorg.apache.flex.html.beads
Interfacepublic interface IScrollBarView
Implementors ScrollBarView

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

The IScrollBarView interface is the interface for views for the org.apache.flex.html.supportClasses.ScrollBar.



Public Properties
 PropertyDefined By
  decrement : DisplayObject
[read-only] The up arrow button in a vertical ScrollBar or left arrow button in a horizontal ScrollBar
IScrollBarView
  increment : DisplayObject
[read-only] The down arrow button in a vertical ScrollBar or right arrow button in a horizontal ScrollBar
IScrollBarView
  thumb : DisplayObject
[read-only] The thumb in a ScrollBar
IScrollBarView
  track : DisplayObject
[read-only] The track in a ScrollBar
IScrollBarView
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 up arrow button in a vertical ScrollBar or left arrow button in a horizontal ScrollBar


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 down arrow button in a vertical ScrollBar or right arrow button in a horizontal ScrollBar


Implementation
    public function get increment():DisplayObject
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 in a ScrollBar


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 in a ScrollBar


Implementation
    public function get track():DisplayObject