ScrollThumb

Kind of class:class
Inherits from:CustomBorder < Border < UIObject < MovieClip
Classpath:mx.controls.scrollClasses.ScrollThumb
File last modified:Tuesday, 18 December 2007, 15:44:38
The thumb of the scrollbar is a custom button

Summary


Constructor
Class properties
Class properties inherited from CustomBorder
Class properties inherited from Border
Class properties inherited from UIObject
Class methods
Class methods inherited from UIObject
Event handlers

Constructor

ScrollThumb

function ScrollThumb (
)

Class properties

symbolOwner

static symbolOwner = CustomBorder.symbolOwner
(read)

Instance properties

btnOffset

btnOffset:Number = 0
(read)

className

className:String = "ScrollThumb"
(read)

name of this class

datamax

datamax:Number
(read)

datamin

datamin:Number
(read)

grip_mc

grip_mc:MovieClip
(read)

gripSkin

gripSkin:String
(read)

horizontal

horizontal = false
(read)

idNames

idNames = new Array("l_mc", "m_mc", "r_mc", "grip_mc")
(read)

lastY

lastY:Number
(read)

scrollMove

scrollMove:Number
(read)

ymax

ymax:Number
(read)

ymin

ymin:Number
(read)

Instance methods

createChildren

function createChildren (
Void) : Void

dragThumb

function dragThumb (
Void) : Void

draw

function draw (
)

setRange

function setRange (
_ymin:Number, _ymax:Number, _datamin:Number, _datamax:Number) : Void

size

function size (
)

stopDragThumb

function stopDragThumb (
Void) : Void

Event handlers

onPress

function onPress (
Void) : Void

onRelease

function onRelease (
Void) : Void

onReleaseOutside

function onReleaseOutside (
Void) : Void