Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Interface CalendarView


public interface CalendarView

Provides informations about the calendar parts.


Method Summary
 CalendarComponent getCalendarComponent()
          Get the calendar component.
 CalendarMonthView getMonthView()
          Get the month view.
 CalendarNavigationController getNavigationController()
          Get the navigation controller.
 void setNavigationController(CalendarNavigationController calendarNavigationController)
          Set the navigation controller to the specified value.
 

Method Detail

getNavigationController

public CalendarNavigationController getNavigationController()
Get the navigation controller.

Returns:
The navigation controller.

setNavigationController

public void setNavigationController(CalendarNavigationController calendarNavigationController)
Set the navigation controller to the specified value. If the new calendarNavigationController is null then the calandar navigation controller will be no longer used.

Parameters:
calendarNavigationController - The new calendarNavigationController.

getMonthView

public CalendarMonthView getMonthView()
Get the month view.

Returns:
The month view.

getCalendarComponent

public CalendarComponent getCalendarComponent()
Get the calendar component.

Returns:
The calendar component.

Calendar Component v5.1
www.calendarcomponent.com