Extras.Sync
CalendarSelect
Class Hierarchy:

Component rendering peer: CalendarSelect

Descendant Class Summary
Extras.Sync.CalendarSelect.Animation
Extras.Sync.CalendarSelect.MonthData

Class Field Summary
Public DEFAULT_BORDER
Public DEFAULT_BACKGROUND
Public DEFAULT_FOREGROUND

Class Method Summary
Public getDaysInMonth()
Determines the number of days in a specific month.

Instance Method Summary
Internal _animateUpdate()
Internal _createDayContainer()
Internal _createMonthYearInput()
Internal _createWeek()
Internal _getCell()
Internal _loadRenderData()
Internal _processDateRolloverEnter()
Internal _processDateRolloverExit()
Internal _processDateSelect()
Internal _processMonthSelect()
Internal _processYearChange()
Internal _processYearKeyUp()
Internal _processYearDecrement()
Internal _processYearIncrement()
Internal _rangeCheck()
Public renderAdd()
Public renderDispose()
Public renderUpdate()
Internal _setCellStyle()
Internal _setDate()
Internal _storeValue()
Internal _updateSelection()

Methods inherited from class Echo.Render.ComponentSync
renderAdd, renderDispose, renderUpdate

Class Method Detail
getDaysInMonth
Determines the number of days in a specific month.
Parameters:
year - the year of the month
month - the month
Returns:
the number of days in the month

Instance Method Detail
_animateUpdate

_createDayContainer

_createMonthYearInput

_createWeek

_getCell

_loadRenderData

_processDateRolloverEnter

_processDateRolloverExit

_processDateSelect

_processMonthSelect

_processYearChange

_processYearKeyUp

_processYearDecrement

_processYearIncrement

_rangeCheck

renderAdd

renderDispose

renderUpdate

_setCellStyle

_setDate

_storeValue

_updateSelection