Class ParticipantDisplayer
java.lang.Object
ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
ch.tocco.nice2.optional.reservation.spi.scheduler.ReservationDisplayer
ch.tocco.nice2.optional.reservation.spi.scheduler.ParticipantDisplayer
- All Implemented Interfaces:
CalendarEventDisplayer
- Direct Known Subclasses:
RoomParticipantDisplayer
@Component
public class ParticipantDisplayer
extends ReservationDisplayer
implements CalendarEventDisplayer
-
Field Summary
Fields inherited from class ch.tocco.nice2.optional.reservation.spi.scheduler.ReservationDisplayer
textResources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionall paths that are required to compose the display must be defined in this methodgetTableData
(Map calendarEventResult) Methods inherited from class ch.tocco.nice2.optional.reservation.spi.scheduler.ReservationDisplayer
getDisplay, getTitle
Methods inherited from class ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
formatTableData, formatTitle, getUserDisplay, joinValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.calendar.api.CalendarEventDisplayer
getDisplay
-
Constructor Details
-
ParticipantDisplayer
-
-
Method Details
-
getRequiredPaths
Description copied from interface:CalendarEventDisplayer
all paths that are required to compose the display must be defined in this method- Specified by:
getRequiredPaths
in interfaceCalendarEventDisplayer
- Overrides:
getRequiredPaths
in classReservationDisplayer
-
getTableData
- Overrides:
getTableData
in classReservationDisplayer
-