Uses of Interface
com.jalios.jcms.calendar.CalendarEventInterface

Packages that use CalendarEventInterface
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
 

Uses of CalendarEventInterface in com.jalios.jcms.calendar
 

Classes in com.jalios.jcms.calendar with type parameters of type CalendarEventInterface
static class AbstractCalendarEvent.StartDateComparator<T extends CalendarEventInterface>
          This comparator allow sorting of calendar event in chronological order using only their start date
 

Classes in com.jalios.jcms.calendar that implement CalendarEventInterface
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 

Methods in com.jalios.jcms.calendar that return types with arguments of type CalendarEventInterface
static AbstractCalendarEvent.StartDateComparator<CalendarEventInterface> AbstractCalendarEvent.getStartDateComparator()
           
 

Methods in com.jalios.jcms.calendar with parameters of type CalendarEventInterface
 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.