org.opennms.web.admin.roles
Class AbstractWebCalendar
java.lang.Object
org.opennms.web.admin.roles.AbstractWebCalendar
- All Implemented Interfaces:
- WebCalendar
- Direct Known Subclasses:
- MonthlyCalendar
public abstract class AbstractWebCalendar
- extends Object
- implements WebCalendar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWebCalendar
public AbstractWebCalendar()
getMonthAndYear
public abstract String getMonthAndYear()
- Specified by:
getMonthAndYear in interface WebCalendar
getPreviousMonth
public abstract Date getPreviousMonth()
- Specified by:
getPreviousMonth in interface WebCalendar
getNextMonth
public abstract Date getNextMonth()
- Specified by:
getNextMonth in interface WebCalendar
getWeeks
public abstract Week[] getWeeks()
- Specified by:
getWeeks in interface WebCalendar
Copyright © 2009. All Rights Reserved.