Package | org.apache.flex.html.beads.models |
Class | public class ScrollBarModel |
Inheritance | ScrollBarModel ![]() ![]() ![]() |
Implements | IScrollBarModel |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | maximum : Number
The maximum value for the range (defaults to 100).
The maximum value. | RangeModel | |
![]() | minimum : 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 | ||
![]() | snapInterval : 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 | |
![]() | stepSize : 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 | |
![]() | strand : IStrand [write-only]
The host component for this bead. | RangeModel | |
![]() | value : Number
The current value of the range, between the minimum and maximum values.
The current value. | RangeModel |
Method | Defined By | ||
---|---|---|---|
constructor. | ScrollBarModel |
pageSize | property |
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.
public function get pageSize():Number
public function set pageSize(value:Number):void
pageStepSize | property |
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.
public function get pageStepSize():Number
public function set pageStepSize(value:Number):void
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.