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.
protected var _decrement:DisplayObject
protected var _increment:DisplayObject
protected var _strand:IStrand
protected var _thumb:DisplayObject
protected var _track:DisplayObject
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
host:IUIBase
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The host component.
Implementation public function get host():IUIBase
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
protected var layout:IBeadLayout
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The layout.
protected var sbModel:IScrollBarModel
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
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
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.
protected function changeHandler(event:Event ):void
Parameters
public static const FullSize:int = 12
public static const HalfSize:int = 6
public static const QuarterSize:int = 3
public static const ThirdSize:int = 4
public static const ThreeQuarterSize:int = 9
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00