Package | at.controls |
Class | public class SiteMapDataList |
Inheritance | SiteMapDataList ![]() |
SiteMap3DModule
, this displays the list of
slides.
Property | Defined by | ||
---|---|---|---|
scrollBarText : String
The text to be displayed on the
ScrollThumb . | SiteMapDataList |
Method | Defined by | ||
---|---|---|---|
Constructor.
| SiteMapDataList | ||
updateScrollThumbText():void
Updates the text that appears on the
ScrollThumb . | SiteMapDataList |
Method | Defined by | ||
---|---|---|---|
getVisibleItems():Array
Returns an array of indicies of all of the items visible in the
list, to be used for the
ScrollThumb text. | SiteMapDataList | ||
handleScroll(e:ScrollEvent):void
Handles the interaction with the scrollBar.
| SiteMapDataList |
scrollBarText | property |
scrollBarText:String
[read-write]
The text to be displayed on the ScrollThumb
.
public function get scrollBarText():String
public function set scrollBarText(value:String):void
SiteMapDataList | () | constructor |
public function SiteMapDataList()
Constructor.
getVisibleItems | () | method |
protected function getVisibleItems():Array
Returns an array of indicies of all of the items visible in the
list, to be used for the ScrollThumb
text.
Array — An array of indicies
|
handleScroll | () | method |
protected function handleScroll(e:ScrollEvent):void
Handles the interaction with the scrollBar.
Parameterse:ScrollEvent — The scroll event
|
updateScrollThumbText | () | method |
public function updateScrollThumbText():void
Updates the text that appears on the ScrollThumb
.