Interface CalendarEventDisplayer
- All Known Implementing Classes:
AbstractCalendarEventDisplayer
,AvailabilityDisplayer
,ParticipantDisplayer
,ReservationDisplayer
,RoomParticipantDisplayer
,RoomReservationDisplayer
public interface CalendarEventDisplayer
CalendarEventDisplayers are used to generate the resource-scheduler tooltip of a Calendar_event
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplay
(Map calendarEventResult) generates the display of a single calendar eventall paths that are required to compose the display must be defined in this method
-
Method Details
-
getRequiredPaths
all paths that are required to compose the display must be defined in this method -
getDisplay
generates the display of a single calendar event- Parameters:
calendarEventResult
- all values that where declared ingetRequiredPaths()
for a single calendar events
-