public class MonthlyCalendar extends Object implements WebCalendar
MonthlyCalendar class.
| Constructor and Description | 
|---|
MonthlyCalendar(Date date,
               Role role,
               GroupManager groupManager)
Constructor for MonthlyCalendar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMonth()
getMonth 
 | 
String | 
getMonthAndYear()
getMonthAndYear 
 | 
Date | 
getNextMonth()
getNextMonth 
 | 
Date | 
getPreviousMonth()
getPreviousMonth 
 | 
Week[] | 
getWeeks()
getWeeks 
 | 
public MonthlyCalendar(Date date, Role role, GroupManager groupManager)
Constructor for MonthlyCalendar.
date - a java$util$Date object.role - a Role object.groupManager - a GroupManager object.public int getMonth()
getMonth
public String getMonthAndYear()
getMonthAndYear
getMonthAndYear in interface WebCalendarString object.public Week[] getWeeks()
getWeeks
getWeeks in interface WebCalendarorg.opennms.web.admin.roles.Week objects.public Date getNextMonth()
getNextMonth
getNextMonth in interface WebCalendarpublic Date getPreviousMonth()
getPreviousMonth
getPreviousMonth in interface WebCalendarCopyright © 2020. All rights reserved.