| Package | feathers.controls |
| Interface | public interface IScrollBar extends IFeathersControl, IFeathersDisplayObject, IFeathersEventDispatcher |
| Implementors | ScrollBar, SimpleScrollBar, Slider |
Scroller
component.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number | IFeathersDisplayObject | |
![]() | base : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | blendMode : String | IFeathersDisplayObject | |
![]() | bounds : Rectangle [read-only]
| IFeathersDisplayObject | |
![]() | filter : FragmentFilter | IFeathersDisplayObject | |
![]() | hasVisibleArea : Boolean [read-only]
| IFeathersDisplayObject | |
![]() | height : Number | IFeathersDisplayObject | |
![]() | isEnabled : Boolean
Indicates whether the control is interactive or not. | IFeathersControl | |
![]() | isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | IFeathersControl | |
![]() | maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
| maximum : Number
The maximum value of the scroll bar. | IScrollBar | ||
![]() | maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
| minimum : Number
The minimum value of the scroll bar. | IScrollBar | ||
![]() | minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | name : String | IFeathersDisplayObject | |
![]() | nameList : TokenList [read-only]
Contains a list of all "names" assigned to this control. | IFeathersControl | |
| page : Number
The amount the scroll bar value must change to get from one "page" to
the next. | IScrollBar | ||
![]() | parent : DisplayObjectContainer [read-only]
| IFeathersDisplayObject | |
![]() | pivotX : Number | IFeathersDisplayObject | |
![]() | pivotY : Number | IFeathersDisplayObject | |
![]() | root : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | rotation : Number | IFeathersDisplayObject | |
![]() | scaleX : Number | IFeathersDisplayObject | |
![]() | scaleY : Number | IFeathersDisplayObject | |
![]() | skewX : Number | IFeathersDisplayObject | |
![]() | skewY : Number | IFeathersDisplayObject | |
![]() | stage : Stage [read-only]
| IFeathersDisplayObject | |
| step : Number
The amount the scroll bar value must change to increment or
decrement. | IScrollBar | ||
![]() | touchable : Boolean | IFeathersDisplayObject | |
![]() | transformationMatrix : Matrix [read-only]
| IFeathersDisplayObject | |
![]() | useHandCursor : Boolean | IFeathersDisplayObject | |
| value : Number
The current value of the scroll bar. | IScrollBar | ||
![]() | visible : Boolean | IFeathersDisplayObject | |
![]() | width : Number | IFeathersDisplayObject | |
![]() | x : Number | IFeathersDisplayObject | |
![]() | y : Number | IFeathersDisplayObject | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the scroll bar's value changes. | IScrollBar | |||
| maximum | property |
maximum:NumberThe maximum value of the scroll bar.
public function get maximum():Number public function set maximum(value:Number):void| minimum | property |
minimum:NumberThe minimum value of the scroll bar.
public function get minimum():Number public function set minimum(value:Number):void| page | property |
page:NumberThe amount the scroll bar value must change to get from one "page" to the next.
public function get page():Number public function set page(value:Number):void| step | property |
step:NumberThe amount the scroll bar value must change to increment or decrement.
public function get step():Number public function set step(value:Number):void| value | property |
value:NumberThe current value of the scroll bar.
public function get value():Number public function set value(value:Number):void| change | Event |
starling.events.Eventstarling.events.Event.CHANGEDispatched when the scroll bar's value changes.
An event type to be utilized in custom events. Not used by Starling right now.