Main Page | Packages | Class Tree | Index | Help

com.bjc.controls

class VertScrollBar

MovieClip
  |
  +--com.bjc.core.BJCComponent
        |
        +--com.bjc.controls.ScrollBar
              |
              +--com.bjc.controls.VertScrollBar


class VertScrollBar
extends ScrollBar



Fields inherited from class com.bjc.controls.ScrollBar

addEventListener, changeHandler, focusHandler, releaseOutsideHandler, removeEventListener, rollOutHandler, rollOverHandler

Fields inherited from class com.bjc.core.BJCComponent

version

Property Summary

public
__backSkin: String (read-only)


public
__btnADownSkin: String (read-only)


public
__btnAUpSkin: String (read-only)


public
__btnBDownSkin: String (read-only)


public
__btnBUpSkin: String (read-only)


public
__limitA: Number (read-only)


public
__limitB: Number (read-only)


public
__resizerType: String (read-only)


public
__thumbSkin: String (read-only)


public
mousePos: Number (read-only)


public
thumbPos: Number (write)


public
thumbPos: Number (read)


public
thumbSize: Number (write)


public
thumbSize: Number (read)


Properties inherited from class com.bjc.controls.ScrollBar

lineScroll, maximum, minimum, pageSize, thumbScale, value

Properties inherited from class com.bjc.core.BJCComponent

disabledAlpha, enabled, focusTime, height, keyEnabled, style, width

Constructor

public
VertScrollBar ( Void)


Method Summary

public static
create ( target: MovieClip, id: String, depth: Number, initObj: Object ): VertScrollBar
Static method used to create an instance of a VertScrollBar on stage at run time.

Methods inherited from class com.bjc.core.BJCComponent

draw, invalidate, move, remove, setSize



Property Documentation

__backSkin

public __backSkin: String (read-only)

__btnADownSkin

public __btnADownSkin: String (read-only)

__btnAUpSkin

public __btnAUpSkin: String (read-only)

__btnBDownSkin

public __btnBDownSkin: String (read-only)

__btnBUpSkin

public __btnBUpSkin: String (read-only)

__limitA

public __limitA: Number (read-only)

__limitB

public __limitB: Number (read-only)

__resizerType

public __resizerType: String (read-only)

__thumbSkin

public __thumbSkin: String (read-only)

mousePos

public mousePos: Number (read-only)

thumbPos

public thumbPos: Number (write)

thumbPos

public thumbPos: Number (read)

thumbSize

public thumbSize: Number (write)

thumbSize

public thumbSize: Number (read)

Constructor Documentation

VertScrollBar

public function VertScrollBar(Void)

Method Documentation

create

public static function create(target: MovieClip,
 id: String,
 depth: Number,
 initObj: Object): VertScrollBar
Static method used to create an instance of a VertScrollBar on stage at run time.

Parameters:
target
the movie clip to which the scrollbar will be attached.
id
the instance name given to the new scrollbar attached.
depth
the depth at which to attach the new scrollbar.
initObj
(optional) an object containing any properties you want to assign to the component when it is created
Returns:
a reference to the new scrollbar attached.

Example:
import com.bjc.controls.VertScrollBar;
var newVertScrollBar:VertScrollBar = VertScrollBar.create(_root, "myVertScrollBar", 0);


The documentation was generated from the following file:


Copyright Flashloaded - www.flashloaded.com