VScrollBar
| Kind of class: | class |
|---|---|
| Inherits from: | ScrollBar < UIComponent < UIObject < MovieClip |
| Classpath: | mx.controls.VScrollBar |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
vertical scrollbar. It is actually a wrapper on the base scrollbar
Summary
Constructor
Class properties
- symbolName : String
- symbolOwner : Object
- version : String
Class properties inherited from ScrollBar
Class properties inherited from UIComponent
Class properties inherited from UIObject
Instance properties
- className : String
- name of this class
- minusMode : String
- plusMode : String
- minMode : String
- maxMode : String
- _inherited_scrollPosition : Number
Instance properties inherited from ScrollBar
_scrollPosition boundingBox_mc className downArrow_mc downArrowDownName downArrowName downArrowOverName downArrowUpName idNames initializing isScrolling largeScroll lineScrollSize maxMode maxPos minMode minPos minusMode pageScrollSize pageSize plusMode scrollHandler scrolling scrollPosition scrollThumb_mc scrollTrack_mc scrollTrackDownName scrollTrackName scrollTrackOverName smallScroll thumbBottomName thumbGripName thumbMiddleName thumbTopName upArrow_mc upArrowDownName upArrowName upArrowOverName upArrowUpName virtualHeight
Instance properties inherited from UIComponent
Instance properties 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 tabEnabled textAlign textDecoration textIndent tfList top validateNow visible width x y
Class methods
Class methods inherited from UIObject
Instance methods
- init (Void) : Void
- isScrollBarKey (k:Number) : Boolean
Instance methods inherited from ScrollBar
Instance methods inherited from UIObject
__getTextFormat _createChildren _getTextFormat cancelAllDoLaters constructObject createChildren createClassObject createEmptyObject createLabel createObject createSkin destroyObject doLater doLaterDispatcher draw drawRect getClassStyleDeclaration getMinHeight getMinWidth getSkinIDName getStyle getStyleName init initFromClipParameters invalidate invalidateStyle move redraw setColor setMinHeight setMinWidth setSize setSkin setVisible size
Event handlers
Event handlers inherited from ScrollBar
Event handlers inherited from UIComponent
Constructor
VScrollBar
function VScrollBar (
)
Class properties
symbolName
static symbolName:String = "VScrollBar"
(read)
symbolOwner
static symbolOwner:Object = mx.core.UIComponent
(read)
version
static version:String = "2.0.2.127"
(read)
Instance properties
_inherited_scrollPosition
_inherited_scrollPosition:Number
(read)
Component metadata:
| Bindable | |
|---|---|
| ChangeEvent | "scroll" |
className
className:String = "VScrollBar"
(read)
name of this class
maxMode
maxMode:String = "AtBottom"
(read)
minMode
minMode:String = "AtTop"
(read)
minusMode
minusMode:String = "Up"
(read)
plusMode
plusMode:String = "Down"
(read)
Instance methods
isScrollBarKey
function isScrollBarKey (
k:Number) : Boolean