Package | at.controls |
Class | public class HorizontalDataScrollList |
Inheritance | HorizontalDataScrollList ![]() |
HorizontalDataScrollList
implements the default
eVE style for scroll bars.
The component utilizes the HFixedScrollThumb
and
and keeps count of what and how many items are viewable in the list
and displays that count on the ScrollThumb
.
See also
Property | Defined by | ||
---|---|---|---|
scrollBarText : String
The text to be displayed on the
HScrollBar . | HorizontalDataScrollList | ||
st : ScrollThumb
Holder for the
VScrollBar 's ScrollThumb . | HorizontalDataScrollList |
Method | Defined by | ||
---|---|---|---|
Constructor.
| HorizontalDataScrollList |
Method | Defined by | ||
---|---|---|---|
getVisibleItems():Array
Returns an array of the indicies of visible items in the list.
| HorizontalDataScrollList | ||
handleScroll(e:ScrollEvent):void
Handles the horizontal
ScrollEvent . | HorizontalDataScrollList | ||
updateScrollThumbText():void
Determines the text that should be displayed on the
FixedScrollThumb . | HorizontalDataScrollList |
scrollBarText | property |
scrollBarText:String
[read-write]
The text to be displayed on the HScrollBar
.
protected function get scrollBarText():String
protected function set scrollBarText(value:String):void
st | property |
protected var st:ScrollThumb
Holder for the VScrollBar
's ScrollThumb
. It
is a FixedScrolThumb
for this component.
See also
HorizontalDataScrollList | () | constructor |
public function HorizontalDataScrollList()
Constructor.
getVisibleItems | () | method |
protected function getVisibleItems():Array
Returns an array of the indicies of visible items in the list.
The first index is the first visible and the last item is the last item visible in the list.
ReturnsArray — The array
|
handleScroll | () | method |
protected function handleScroll(e:ScrollEvent):void
Handles the horizontal ScrollEvent
.
e:ScrollEvent — The ScrollEvent
|
updateScrollThumbText | () | method |
protected function updateScrollThumbText():void
Determines the text that should be displayed on the FixedScrollThumb
.