|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.admin.roles.AbstractWebCalendar
org.opennms.web.admin.roles.MonthlyCalendar
public class MonthlyCalendar
MonthlyCalendar class.
| Constructor Summary | |
|---|---|
MonthlyCalendar(Date date,
Role role,
GroupManager groupManager)
Constructor for MonthlyCalendar. |
|
| Method Summary | |
|---|---|
int |
getMonth()
getMonth |
String |
getMonthAndYear()
getMonthAndYear |
Date |
getNextMonth()
getNextMonth |
Date |
getPreviousMonth()
getPreviousMonth |
Week[] |
getWeeks()
getWeeks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public int getMonth()
getMonth
public String getMonthAndYear()
getMonthAndYear
getMonthAndYear in interface WebCalendargetMonthAndYear in class AbstractWebCalendarString object.public Week[] getWeeks()
getWeeks
getWeeks in interface WebCalendargetWeeks in class AbstractWebCalendarWeek objects.public Date getNextMonth()
getNextMonth
getNextMonth in interface WebCalendargetNextMonth in class AbstractWebCalendarpublic Date getPreviousMonth()
getPreviousMonth
getPreviousMonth in interface WebCalendargetPreviousMonth in class AbstractWebCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||