MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View +--mx.controls.Loader +--mx.screens.Screen +--mx.screens.Slide
_childSlides
, _childThatContainsGotoSlide
, _clickFocusSeq
, _currentChildSlide
, _currentSlide
, _defaultKeyDownHandler
, _disableArrowKeys
, _focusFixup
, _focusSeq
, _gotoSlideNesting
, _indexInParentSlide
, _inKeyDown
, _isSlide
, _laterGotoSlide
, _shown
, autoKeyNav
, className
, currentChildSlide
, currentFocusedSlide
, currentSlide
, defaultKeyDownHandler
, firstSlide
, indexInParentSlide
, lastSlide
, nextSlide
, numChildSlides
, overlayChildren
, parentIsSlide
, parentSlide
, playHidden
, previousSlide
, rootSlide
, symbolName
, symbolOwner
__transitionManager
, _childLoading
, _childScreens
, _indexInParent
, _isScreen
, borderStyle
, className
, currentFocusedScreen
, indexInParent
, numChildScreens
, parentIsScreen
, parentScreen
, rootScreen
, symbolName
, symbolOwner
, transitionManager
__autoLoad
, __bytesLoaded
, __bytesTotal
, __contentPath
, __scaleContent
, _origHeight
, _origWidth
, autoLoad
, bytesLoaded
, bytesTotal
, className
, clipParameters
, content
, contentHolder
, contentPath
, livePreview
, mergedClipParameters
, percentLoaded
, scaleContent
, symbolName
, symbolOwner
__tabIndex
, _loadExternalClass
, border_mc
, boundingBox_mc
, childNameBase
, className
, createClassChildAtDepth
, depth
, hasBeenLayedOut
, loadExternal
, numChildren
, symbolName
, symbolOwner
, tabIndex
clipParameters
, drawFocus
, enabled
, focusEnabled
, focusManager
, focusTextField
, groupName
, height
, kStretch
, mergedClipParameters
, origBorderStyles
, origBorderValues
, popUp
, symbolName
, symbolOwner
, tabEnabled
, tabIndex
, width
__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
_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
new Slide()
static symbolName:String
static symbolOwner:Object
className:String
private _isSlide
private _childSlides:Array
private _currentChildSlide:Slide
private _currentSlide:Slide
private _indexInParentSlide:Number
private _childThatContainsGotoSlide:Number
private _defaultKeyDownHandler:Function
private _shown
static private _disableArrowKeys:Boolean
static private _focusFixup:Object
static private _gotoSlideNesting
private _laterGotoSlide
static private _inKeyDown:Boolean
static private _focusSeq:Number
static private _clickFocusSeq:Number
public autoKeyNav:String
public overlayChildren:Boolean
public playHidden:Boolean
public currentChildSlide:Slide [Read Only]
Immediate child slide that contains the current (leaf-node) slide. Read-Only: use gotoSlide() to set the currentChildSlide
public currentSlide:Slide [Read Only]
Leaf-node slide that is currently active Read-Only: use gotoSlide() to set the currentChildSlide
static public currentFocusedSlide:Slide [Read Only]
Leaf-node slide that contains the current focused field or component Read-Only: use setFocus() to set the focus
public defaultKeyDownHandler:Function
keydown handler to call to process keys for this slide
public firstSlide:Slide [Read Only]
First leaf slide in this slide's subtree Read-Only: use createChild() to create new slides
public lastSlide:Slide [Read Only]
Last leaf slide in this slide's subtree Read-Only: use createChild() to create new slides
public indexInParentSlide:Number [Read Only]
zero-based index of this slide in its parent (getChildSlide) Read-Only: use createChild() to add new child slides
public nextSlide:Slide [Read Only]
next slide after this slide in the slide outline Read-Only: use createChild() to add new child slides
public numChildSlides:Number [Read Only]
number of children of this slide that are slides, not including forms Read-Only: use createChild() to add new child slides
public parentIsSlide:Boolean [Read Only]
True if this slide's _parent is a slide Read-Only: use createChild() to add new child slides
public parentSlide:Slide [Read Only]
Slide containing this slide. May be null for the root slide. Read-Only: use createChild() to add new child screens
public previousSlide:Slide [Read Only]
previous slide before this slide in the slide outline Read-Only: use createChild() to add new child slides
public rootSlide:Slide [Read Only]
Root slide of the slide subtree that contains this screen Read-Only: use createChild() to add new child screens
function getChildSlide(childIndex:Number):Slide
Get the nth child of this slide (zero-based)
- Parameters
childIndex
which slide to get @tiptext Get the nth child of this slide @helpid 1889
public function gotoNextSlide():Boolean
Navigate to the next leaf slide after this slide
public function gotoPreviousSlide():Boolean
Navigate to the previous leaf slide before this slide