This is the component that holds the list of slide names
in the
SiteMap3DModule
.
protected var labelField:Text
The Text
that appears on the ScrollThumb
.
scrollBarText:String
[read-write]
The text to be displayed on the ScrollThumb
.
Implementation
public function get scrollBarText():String
public function set scrollBarText(value:String):void
public function SiteMap3DItemContainer()
Constructor.
protected function getVisibleItems(delta:Number = 0):Array
Returns an array of indicies of all of the items visible in the
list, to be used for the ScrollThumb
text.
Parameters
| delta:Number (default = 0 ) — The distance that has been scrolled from a ScrollEvent
due to the fact that the display has not updated this container's
content positions.
|
Returns
| Array — An array of indicies
|
protected function isItemVisible(value:DisplayObject, delta:Number = 0):Boolean
Checks to determine whether or not the supplied DisplayObject
is visible in the list.
Parameters
| value:DisplayObject — The DisplayObject to check
|
|
| delta:Number (default = 0 ) — The distance that has been scrolled from a ScrollEvent
due to the fact that the display has not updated this container's
content positions.
|
Returns
| Boolean — If the item is visible true else false
|
protected function scrollHandler(e:ScrollEvent):void
Handles the interaction with the scrollBar.
Parameters
| e:ScrollEvent — The scroll event
|
public function updateScrollThumbText(e:Event = null, delta:Number = 0):void
Updates the text that appears on the ScrollThumb
.
Parameters
| e:Event (default = null )
|
|
| delta:Number (default = 0 )
|
Event object type: mx.events.ListEvent
Dispatched when the item is clicked on.
Event object type: mx.events.ListEvent
Dispatched when the thumbnail is clicked on.
Event object type: mx.events.ListEvent
Dispatched when the thumbnail is clicked on, when it is currently selected.
Copyright 2009 AbelsonTaylor