Packagecom.keepcore.calendar.model
Classpublic class CalendarMonth
InheritanceCalendarMonth Inheritance CalendarPart Inheritance Object

this class represent a month in a calendar



Public Properties
 PropertyDefined By
 Inheritedcalendar : KCCalendar
[read-only]
CalendarPart
 Inheritedcell : CalendarPartDisplayer
CalendarPart
 Inheriteddate : Date
CalendarPart
 InheriteddragItem : ICalendarItemRenderer
[read-only]
CalendarPart
 Inheritedheader : CalendarPartDisplayer
CalendarPart
 InheritedincludeInLayout : Boolean
[write-only]
CalendarPart
 InheritedresizedItem : ICalendarItemRenderer
[read-only]
CalendarPart
 Inheritedview : GenericView
[read-only]
CalendarPart
 Inheritedvisible : Boolean
[write-only]
CalendarPart
Public Methods
 MethodDefined By
  
CalendarMonth
 Inherited
CalendarPart
 Inherited
isActive():Boolean
return if the current day is active (ie: if the day is contained in the current month)
CalendarPart
  
isCurrentMonth():Boolean
CalendarMonth
 Inherited
isDayView():Boolean
CalendarPart
 Inherited
isMonthView():Boolean
CalendarPart
 Inherited
isToday():Boolean
CalendarPart
 Inherited
isWeekOrDayView():Boolean
CalendarPart
 Inherited
isWeekView():Boolean
CalendarPart
 Inherited
isYearView():Boolean
CalendarPart
 Inherited
toString():String
CalendarPart
Constructor Detail
CalendarMonth()Constructor
public function CalendarMonth(view:GenericView)



Parameters
view:GenericView
Method Detail
isCurrentMonth()method
public function isCurrentMonth():Boolean

Returns
Boolean