Package | Description |
---|---|
com.jalios.jcms.calendar |
Contains the classes used to deal with calendar in JCMS.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractCalendarEvent.StartDateComparator<T extends CalendarEventInterface>
This comparator allow sorting of calendar event in chronological order
using only their start date
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base
methods for their manipulation
|
Modifier and Type | Method and Description |
---|---|
static AbstractCalendarEvent.StartDateComparator<CalendarEventInterface> |
AbstractCalendarEvent.getStartDateComparator() |
Modifier and Type | Method and Description |
---|---|
boolean |
CalendarEventInterface.overlapWith(CalendarEventInterface ev)
Check if calendar event overlap with another one
|
boolean |
AbstractCalendarEvent.overlapWith(CalendarEventInterface ev) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.