Class mx.controls.NumericStepper

MovieClip
   +--mx.core.UIObject
      +--mx.core.UIComponent
         +--mx.controls.NumericStepper

Description

NumericStepper class extends UIComponent

Field Index

__maxChars, __maximum, __minimum, __nextValue, __previousValue, __stepSize, __value, __visible, boundingBox_mc, className, clipParameters, downArrowDisabled, downArrowDown, downArrowOver, downArrowUp, initializing, inputField, maxChars, maximum, mergedClipParameters, minimum, nextButton_mc, nextValue, prevButton_mc, previousValue, skinIDDownArrow, skinIDInput, skinIDUpArrow, stepSize, StepTrack_mc, symbolName, symbolOwner, tabIndex, upArrowDisabled, upArrowDown, upArrowOver, upArrowUp, value
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 NumericStepper()

addAsset(), buttonPress(), calcMinHeight(), calcMinWidth(), checkRange(), checkValidValue(), createChildren(), draw(), init(), layoutControl(), onFieldKeyDown(), onFocus(), onKillFocus(), onLabelChanged(), onSetFocus(), setFocus(), setVisible(), size()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), pressFocus(), releaseFocus(), setEnabled()
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()
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

NumericStepper

function NumericStepper()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

upArrowUp

upArrowUp:String

upArrowDown

upArrowDown:String

upArrowOver

upArrowOver:String

upArrowDisabled

upArrowDisabled:String

downArrowUp

downArrowUp:String

downArrowDown

downArrowDown:String

downArrowOver

downArrowOver:String

downArrowDisabled

downArrowDisabled:String

skinIDUpArrow

skinIDUpArrow:Number

skinIDDownArrow

skinIDDownArrow:Number

skinIDInput

skinIDInput:Number

boundingBox_mc

boundingBox_mc:MovieClip

inputField

inputField:Object

nextButton_mc

nextButton_mc:SimpleButton

prevButton_mc

prevButton_mc:SimpleButton

StepTrack_mc

StepTrack_mc:MovieClip

initializing

initializing:Boolean

__visible

__visible:Boolean

__minimum

__minimum:Number

__maximum

__maximum:Number

__stepSize

__stepSize:Number

__value

__value:Number

__nextValue

__nextValue:Number

__previousValue

__previousValue:Number

__maxChars

__maxChars:Number

clipParameters

clipParameters:Object

mergedClipParameters

static mergedClipParameters:Boolean

nextValue

nextValue:Number [Read Only]
return the next value that is in step and range

previousValue

previousValue:Number [Read Only]
return the previous value that is in step and range

maxChars

maxChars:Number

value

value:Number
return the current value of the stepper

minimum

minimum:Number
return the minimum range value

maximum

maximum:Number
return the maximum range value

stepSize

stepSize:Number
returns the unit change

tabIndex

tabIndex:Number

Method Detail

init

function init():Void

setVisible

function setVisible(x:
Boolean, noEvent:Boolean):Void

layoutControl

function layoutControl():Void

createChildren

function createChildren():Void

draw

function draw():Void

size

function size():Void

calcMinHeight

function calcMinHeight():
Number

calcMinWidth

function calcMinWidth():
Number

addAsset

function addAsset(id:
String, skinID:Number):Void

setFocus

function setFocus():Void

onKillFocus

function onKillFocus():Void

onSetFocus

function onSetFocus():Void

onFieldKeyDown

function onFieldKeyDown():Void

onFocus

function onFocus():Void

buttonPress

function buttonPress(button:
SimpleButton):Void

checkRange

function checkRange(v:
Number):Boolean

checkValidValue

function checkValidValue(val:
Number):Number

onLabelChanged

function onLabelChanged(o:
TextInput):Void