com.dlsc.flexgantt.model.calendar
Interface ICalendarEntry

All Known Implementing Classes:
AbstractCalendarEntry, HolidayCalendarEntry, WeekendCalendarEntry

public interface ICalendarEntry

An interface for objects that can be managed by subclasses of AbstractCalendarModel. Calendar entries get visualized by the CalendarLayer by (for example) graying out the time span of the entries.

Since:
1.0
Author:
Dirk Lemmermann

Method Summary
 ITimeSpan getTimeSpan()
          Returns the time span of the calendar entry.
 

Method Detail

getTimeSpan

ITimeSpan getTimeSpan()
Returns the time span of the calendar entry.

Returns:
the calendar entry's time span
Since:
1.0