Packageorg.apache.flex.html.beads
Classpublic class ScrollBarView
InheritanceScrollBarView Inheritance Strand Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView, IStrand, IScrollBarView

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.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
Strand
  decrement : DisplayObject
[read-only] The up arrow button in a vertical ScrollBar or left arrow button in a horizontal ScrollBar
ScrollBarView
 Inheritedid : String
An id property for MXML documents.
Strand
  increment : DisplayObject
[read-only] The down arrow button in a vertical ScrollBar or right arrow button in a horizontal ScrollBar
ScrollBarView
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
Strand
  strand : IStrand
[write-only] The host component for this bead.
ScrollBarView
  thumb : DisplayObject
[read-only] The thumb in a ScrollBar
ScrollBarView
  track : DisplayObject
[read-only] The track in a ScrollBar
ScrollBarView
Public Methods
 MethodDefined By
  
Constructor.
ScrollBarView
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
Strand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
Strand
 Inherited
Remove a bead from the strand.
Strand
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
strandproperty 
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
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
Constructor Detail
ScrollBarView()Constructor
public function ScrollBarView()

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

Constructor.