Packageorg.apache.flex.html.beads
Classpublic class HScrollBarView
InheritanceHScrollBarView Inheritance ScrollBarView 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 HScrollBarView class is the default view for the org.apache.flex.html.supportClasses.HScrollBar class. It implements the classic desktop-like HScrollBar. A different view would implement more modern scrollbars that hide themselves until hovered over with the mouse.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
Strand
 Inheriteddecrement : DisplayObject
[read-only] The up arrow button in a vertical ScrollBar or left arrow button in a horizontal ScrollBar
ScrollBarView
 Inheritedhost : IUIBase
[read-only] The host component.
ScrollBarView
 Inheritedid : String
An id property for MXML documents.
Strand
 Inheritedincrement : 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
[override] [write-only] The host component for this bead.
HScrollBarView
 Inheritedthumb : DisplayObject
[read-only] The thumb in a ScrollBar
ScrollBarView
 Inheritedtrack : DisplayObject
[read-only] The track in a ScrollBar
ScrollBarView
 InheritedviewHeight : Number
[read-only]
ScrollBarView
 InheritedviewWidth : Number
[read-only]
ScrollBarView
Protected Properties
 PropertyDefined By
 Inherited_decrement : DisplayObject
ScrollBarView
 Inherited_increment : DisplayObject
ScrollBarView
 Inheritedlayout : IBeadLayout
The layout.
ScrollBarView
 InheritedsbModel : IScrollBarModel
ScrollBarView
 Inherited_strand : IStrand
ScrollBarView
 Inherited_thumb : DisplayObject
ScrollBarView
 Inherited_track : DisplayObject
ScrollBarView
Public Methods
 MethodDefined By
  
Constructor.
HScrollBarView
 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
Protected Methods
 MethodDefined By
 Inherited
changeHandler(event:Event):void
ScrollBarView
Public Constants
 ConstantDefined By
 InheritedFullSize : int = 12
[static]
ScrollBarView
 InheritedHalfSize : int = 6
[static]
ScrollBarView
 InheritedQuarterSize : int = 3
[static]
ScrollBarView
 InheritedThirdSize : int = 4
[static]
ScrollBarView
 InheritedThreeQuarterSize : int = 9
[static]
ScrollBarView
Property Detail
strandproperty
strand:IStrand  [write-only] [override]

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
Constructor Detail
HScrollBarView()Constructor
public function HScrollBarView()

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

Constructor.