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 WebCalendar
String
object.public Week[] getWeeks()
getWeeks
getWeeks
in interface WebCalendar
org.opennms.web.admin.roles.Week
objects.public Date getNextMonth()
getNextMonth
getNextMonth
in interface WebCalendar
public Date getPreviousMonth()
getPreviousMonth
getPreviousMonth
in interface WebCalendar
Copyright © 2021. All rights reserved.