public abstract class AbstractWebCalendar extends Object implements WebCalendar
Abstract AbstractWebCalendar class.
| Constructor and Description |
|---|
AbstractWebCalendar() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getMonthAndYear()
getMonthAndYear
|
abstract Date |
getNextMonth()
getNextMonth
|
abstract Date |
getPreviousMonth()
getPreviousMonth
|
abstract Week[] |
getWeeks()
getWeeks
|
public abstract String getMonthAndYear()
getMonthAndYear
getMonthAndYear in interface WebCalendarString object.public abstract Date getPreviousMonth()
getPreviousMonth
getPreviousMonth in interface WebCalendarDate object.public abstract Date getNextMonth()
getNextMonth
getNextMonth in interface WebCalendarDate object.public abstract Week[] getWeeks()
getWeeks
getWeeks in interface WebCalendarorg.opennms.web.admin.roles.Week objects.Copyright © 2015. All rights reserved.