Packageorg.apache.flex.html.beads.models
Classpublic class ScrollBarModel
InheritanceScrollBarModel Inheritance RangeModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IScrollBarModel

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

The ScrollBarModel class bead extends the org.apache.flex.html.beads.models.RangeModel and adds page size and page step sizes.



Public Properties
 PropertyDefined By
 Inheritedmaximum : Number
The maximum value for the range (defaults to 100). The maximum value.
RangeModel
 Inheritedminimum : Number
The minimum value for the range (defaults to 0). The minimum value.
RangeModel
  pageSize : Number
The amount represented by the thumb control of the org.apache.flex.html.ScrollBar.
ScrollBarModel
  pageStepSize : Number
The amount to adjust the org.apache.flex.html.ScrollBar if the scroll bar's track area is selected.
ScrollBarModel
 InheritedsnapInterval : Number
The modulus value for the range. The interval that the value is rounded to when the user is drag selecting the value or entering an arbitrary value.
RangeModel
 InheritedstepSize : Number
The amount to adjust the value either up or down toward the edge of the range. The change in value by which the increment and decrement buttons and arrow keys will affect the curent value..
RangeModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
RangeModel
 Inheritedvalue : Number
The current value of the range, between the minimum and maximum values. The current value.
RangeModel
Public Methods
 MethodDefined By
  
constructor.
ScrollBarModel
Property Detail
pageSizeproperty
pageSize:Number

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

The amount represented by the thumb control of the org.apache.flex.html.ScrollBar.


Implementation
    public function get pageSize():Number
    public function set pageSize(value:Number):void
pageStepSizeproperty 
pageStepSize:Number

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

The amount to adjust the org.apache.flex.html.ScrollBar if the scroll bar's track area is selected.


Implementation
    public function get pageStepSize():Number
    public function set pageStepSize(value:Number):void
Constructor Detail
ScrollBarModel()Constructor
public function ScrollBarModel()

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

constructor.