Class mx.controls.UIScrollBar

MovieClip
   +--mx.core.UIObject
      +--mx.core.UIComponent
         +--mx.controls.scrollClasses.ScrollBar
            +--mx.controls.UIScrollBar

Field Index

_targetInstanceName, className, clipParameters, height, horizontal, hScroller, mergedClipParameters, onChanged, onScroller, symbolName, symbolOwner, synchScroll, textField, vScroller, wasHorizontal, width
Inherited from ScrollBar
_scrollPosition, boundingBox_mc, className, clipParameters, downArrow_mc, downArrowDownName, downArrowName, downArrowOverName, downArrowUpName, idNames, initializing, isScrolling, largeScroll, lineScrollSize, maxMode, maxPos, mergedClipParameters, minMode, minPos, minusMode, pageScrollSize, pageSize, plusMode, scrollHandler, scrolling, scrollPosition, scrollThumb_mc, scrollTrack_mc, scrollTrackDownName, scrollTrackName, scrollTrackOverName, skinIDDownArrow, skinIDThumb, skinIDTrack, skinIDTrackDown, skinIDTrackOver, skinIDUpArrow, smallScroll, symbolOwner, thumbBottomName, thumbGripName, thumbMiddleName, thumbTopName, upArrow_mc, upArrowDownName, upArrowName, upArrowOverName, upArrowUpName, virtualHeight
Inherited from UIComponent
clipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width
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 UIScrollBar()

callback(), dispatchScrollEvent(), draw(), init(), onTextChanged(), scrollHandler(), setEnabled(), setScrollTarget(), setSize(), size()
Inherited from ScrollBar
createButton(), createChildren(), createThumb(), dispatchScrollChangedEvent(), isScrollBarKey(), onDownArrow(), onScrollChanged(), onUpArrow(), releaseScrolling(), scrollInterval(), scrollIt(), setScrollProperties(), startTrackScroller(), stopScrolling(), trackOut(), trackOver(), trackScroller()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), onKillFocus(), onSetFocus(), pressFocus(), releaseFocus(), setFocus(), setVisible()
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(), setSkin()
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(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

UIScrollBar

function UIScrollBar()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

clipParameters

clipParameters:Object

mergedClipParameters

static mergedClipParameters:Boolean

textField

textField:TextField

wasHorizontal

wasHorizontal:Boolean

hScroller

hScroller:Object

vScroller

vScroller:Object

synchScroll

synchScroll:Number

onChanged

onChanged

onScroller

onScroller

_targetInstanceName

_targetInstanceName:TextField

height

height [Read Only]

width

width [Read Only]

horizontal

horizontal:Boolean

Method Detail

init

function init(Void):Void

size

function size(Void):Void

draw

function draw()

setSize

function setSize(w, h)

onTextChanged

function onTextChanged(Void):Void

callback

function callback(prop:
String, oldval:String, newval:String):String

setScrollTarget

function setScrollTarget(tF:
TextField):Void

scrollHandler

function scrollHandler(Void):Void

setEnabled

function setEnabled(enable:
Boolean):Void

dispatchScrollEvent

function dispatchScrollEvent(detail:
String):Void