Class mx.controls.DateChooser

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

Description

The class for handling DateChooser functionality.

Field Index

__enabled, __monthNames, _color, background_mc, backgroundDepth, backMonthButton, backMonthButtonDisabledSymbolName, backMonthButtonDownSymbolName, backMonthButtonSkinID, backMonthButtonUpSymbolName, backMonthHit, border_mc, borderDepth, boundingBox, buttonHitAreaDepth, calHeader, className, clipParameters, dateDisplay, dateGrid, dateGridDepth, dayNames, defaultHeight, defaultWidth, disabledDays, disabledRanges, displayedMonth, displayedYear, distance, enabled, firstDayOfWeek, fwdMonthButton, fwdMonthButtonDisabledSymbolName, fwdMonthButtonDownSymbolName, fwdMonthButtonSkinID, fwdMonthButtonUpSymbolName, fwdMonthHit, gridY, headerDepth, headerDisplay, headerDisplayDepth, mergedClipParameters, monthNames, previousSelectedCellIndex, selectableRange, selectedDate, showToday, sizeXRatio, sizeYRatio, symbolName, symbolOwner, todayIndicator, uninitializer
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 DateChooser()

backMonthButtonDownHandler(), createChildren(), dispatchChangeEvent(), dispatchScrollEvent(), fwdMonthButtonDownHandler(), getEnabled(), getInitializer(), getMonthNames(), init(), invalidateStyle(), setEnabled(), setMonthNames(), setSize(), setStyle()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), onKillFocus(), onSetFocus(), pressFocus(), releaseFocus(), setFocus(), setVisible(), size()
Inherited from UIObject
__getTextFormat(), _createChildren(), _getTextFormat(), cancelAllDoLaters(), constructObject(), createClassObject(), createEmptyObject(), createLabel(), createObject(), createSkin(), destroyObject(), doLater(), doLaterDispatcher(), draw(), drawRect(), getClassStyleDeclaration(), getMinHeight(), getMinWidth(), getSkinIDName(), getStyle(), getStyleName(), initFromClipParameters(), invalidate(), 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

DateChooser

function DateChooser()
Constructor

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

__enabled

__enabled:Boolean

__monthNames

__monthNames:Array

boundingBox

boundingBox:MovieClip

background_mc

background_mc:MovieClip

border_mc

border_mc:MovieClip

headerDisplay

headerDisplay:MovieClip

dateDisplay

dateDisplay:TextField

fwdMonthHit

fwdMonthHit:MovieClip

backMonthHit

backMonthHit:MovieClip

fwdMonthButton

fwdMonthButton:SimpleButton

backMonthButton

backMonthButton:SimpleButton

todayIndicator

todayIndicator:MovieClip

dateGrid

dateGrid:CalendarLayout

sizeXRatio

sizeXRatio:Number

sizeYRatio

sizeYRatio:Number

uninitializer

uninitializer:Object

_color

_color:Object

clipParameters

clipParameters:Object

mergedClipParameters

static mergedClipParameters:Boolean

distance

distance:Number

gridY

gridY:Number

defaultWidth

defaultWidth

defaultHeight

defaultHeight

calHeader

calHeader:MovieClip

dateGridDepth

dateGridDepth:Number

backgroundDepth

backgroundDepth:Number

borderDepth

borderDepth:Number

headerDepth

headerDepth:Number

headerDisplayDepth

headerDisplayDepth:Number

buttonHitAreaDepth

buttonHitAreaDepth:Number

fwdMonthButtonSkinID

fwdMonthButtonSkinID:Number

fwdMonthButtonUpSymbolName

fwdMonthButtonUpSymbolName:String

fwdMonthButtonDownSymbolName

fwdMonthButtonDownSymbolName:String

fwdMonthButtonDisabledSymbolName

fwdMonthButtonDisabledSymbolName:String

backMonthButtonSkinID

backMonthButtonSkinID:Number

backMonthButtonUpSymbolName

backMonthButtonUpSymbolName:String

backMonthButtonDownSymbolName

backMonthButtonDownSymbolName:String

backMonthButtonDisabledSymbolName

backMonthButtonDisabledSymbolName:String

previousSelectedCellIndex

previousSelectedCellIndex:Number

showToday

showToday:Boolean
current day highlight

enabled

enabled:Boolean

firstDayOfWeek

firstDayOfWeek:Number
first day of week

displayedMonth

displayedMonth:Number
current displayed month

displayedYear

displayedYear:Number
displayed Year

dayNames

dayNames:Array
names of days of week

disabledDays

disabledDays:Array
disabled Days

selectableRange

selectableRange
selectable range

disabledRanges

disabledRanges:Array
disabled ranges

selectedDate

selectedDate:Date
selected date

monthNames

monthNames:Array
month names

Method Detail

init

function init():Void

createChildren

function createChildren():Void

invalidateStyle

function invalidateStyle():Void

setStyle

function setStyle(n:
String, val):Void

setSize

function setSize(w:
Number, h:Number, noEvent:Boolean):Void

getInitializer

function getInitializer():
Boolean

getEnabled

function getEnabled():
Boolean

setEnabled

function setEnabled(b:
Boolean):Void

getMonthNames

function getMonthNames():
Array

setMonthNames

function setMonthNames(a:
Array):Void

fwdMonthButtonDownHandler

function fwdMonthButtonDownHandler():Void

backMonthButtonDownHandler

function backMonthButtonDownHandler():Void

dispatchScrollEvent

function dispatchScrollEvent(detail:
String):Void

dispatchChangeEvent

function dispatchChangeEvent():Void