Package | org.apache.flex.html.beads |
Class | public class VScrollBarView |
Inheritance | VScrollBarView ![]() ![]() ![]() ![]() |
Implements | IBeadView, IStrand, IScrollBarView |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | beads : Array | Strand | |
![]() | decrement : DisplayObject [read-only]
The up arrow button in a vertical ScrollBar or left arrow
button in a horizontal ScrollBar
| ScrollBarView | |
![]() | host : IUIBase [read-only]
The host component. | ScrollBarView | |
![]() | id : 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 | |
![]() | model : IBeadModel
An IBeadModel that serves as the data model for the component. | Strand | |
strand : IStrand [override] [write-only]
The host component for this bead. | VScrollBarView | ||
![]() | thumb : DisplayObject [read-only]
The thumb in a ScrollBar
| ScrollBarView | |
![]() | track : DisplayObject [read-only]
The track in a ScrollBar
| ScrollBarView | |
![]() | viewHeight : Number [read-only] | ScrollBarView | |
![]() | viewWidth : Number [read-only] | ScrollBarView |
Method | Defined By | ||
---|---|---|---|
Constructor. | VScrollBarView | ||
![]() |
Add a bead to the strand. | Strand | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | Strand | |
![]() |
Remove a bead from the strand. | Strand |
strand | property |
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.
public function set strand(value:IStrand):void
VScrollBarView | () | Constructor |
public function VScrollBarView()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.