Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.data
Class CalendarMonthType

java.lang.Object
  extended bycom.imagine.component.calendar.data.CalendarMonthType

public class CalendarMonthType
extends java.lang.Object

Describes the types of month. This class is used by the CalendarTableCellInfo class in order to be described the types of months that appears on a CalendarComponent.


Field Summary
static CalendarMonthType CURRENT_MONTH
          Describes the current month.
static CalendarMonthType NEXT_MONTH
          Describes the next month.
static CalendarMonthType PREVIOUS_MONTH
          Describes the previous month.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREVIOUS_MONTH

public static CalendarMonthType PREVIOUS_MONTH
Describes the previous month.


CURRENT_MONTH

public static CalendarMonthType CURRENT_MONTH
Describes the current month.


NEXT_MONTH

public static CalendarMonthType NEXT_MONTH
Describes the next month.


Java Calendar Component v3.1
www.java-calendar.com