Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ScrollBarView class is the default view for
the org.apache.flex.html.supportClasses.ScrollBar class.
It implements the classic desktop-like ScrollBar.
A different view would implement more modern scrollbars that hide themselves
until hovered over with the mouse.
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
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
strand:IStrand
[write-only]
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
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
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
viewHeight:Number
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The height of the view.
Implementation public function get viewHeight():Number
viewWidth:Number
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The width of the view.
Implementation public function get viewWidth():Number
public function ScrollBarView()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00