Class mx.controls.scrollClasses.ScrollThumb

MovieClip
   +--mx.core.UIObject
      +--mx.skins.Border
         +--mx.skins.CustomBorder
            +--mx.controls.scrollClasses.ScrollThumb

Description

The thumb of the scrollbar is a custom button

Field Index

btnOffset, className, datamax, datamin, grip_mc, gripSkin, horizontal, idNames, lastY, scrollMove, symbolOwner, ymax, ymin
Inherited from CustomBorder
className, height, horizontal, idNames, l_mc, leftSkin, m_mc, middleSkin, minHeight, minWidth, r_mc, rightSkin, symbolName, symbolOwner, tagL, tagM, tagR, width
Inherited from Border
borderStyle, className, idNames, symbolName, symbolOwner, tagBorder
Inherited from UIObject
__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y
Inherited from MovieClip
_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Method Index

new ScrollThumb()

createChildren(), dragThumb(), draw(), onPress(), onRelease(), onReleaseOutside(), setRange(), size(), stopDragThumb()
Inherited from CustomBorder
init()
Inherited from Border
Inherited from UIObject
__getTextFormat(), _createChildren(), _getTextFormat(), cancelAllDoLaters(), constructObject(), createClassObject(), createEmptyObject(), createLabel(), createObject(), createSkin(), destroyObject(), doLater(), doLaterDispatcher(), drawRect(), getClassStyleDeclaration(), getMinHeight(), getMinWidth(), getSkinIDName(), getStyle(), getStyleName(), initFromClipParameters(), invalidate(), invalidateStyle(), mergeClipParameters(), move(), redraw(), setColor(), setMinHeight(), setMinWidth(), setSize(), setSkin(), setVisible()
Inherited from MovieClip
attachAudio(), attachMovie(), beginFill(), beginGradientFill(), clear(), createEmptyMovieClip(), createTextField(), curveTo(), duplicateMovieClip(), endFill(), getBounds(), getBytesLoaded(), getBytesTotal(), getDepth(), getInstanceAtDepth(), getNextHighestDepth(), getSWFVersion(), getTextSnapshot(), getURL(), globalToLocal(), gotoAndPlay(), gotoAndStop(), hitTest(), lineStyle(), lineTo(), loadMovie(), loadVariables(), localToGlobal(), moveTo(), nextFrame(), onData(), onDragOut(), onDragOver(), onEnterFrame(), onKeyDown(), onKeyUp(), onKillFocus(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onRollOut(), onRollOver(), onSetFocus(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

ScrollThumb

function ScrollThumb()

Field Detail

symbolOwner

static symbolOwner

className

className:String

gripSkin

gripSkin:String

grip_mc

grip_mc:MovieClip

btnOffset

btnOffset:Number

ymin

ymin:Number

ymax

ymax:Number

datamin

datamin:Number

datamax

datamax:Number

lastY

lastY:Number

scrollMove

scrollMove:Number

horizontal

horizontal

idNames

idNames

Method Detail

createChildren

function createChildren(Void):Void

setRange

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

dragThumb

function dragThumb(Void):Void

stopDragThumb

function stopDragThumb(Void):Void

onPress

function onPress(Void):Void

onRelease

function onRelease(Void):Void

onReleaseOutside

function onReleaseOutside(Void):Void

draw

function draw()

size

function size()