Class CalendarEventLabelContribution
java.lang.Object
ch.tocco.nice2.optional.calendar.api.contributions.calendareventlabel.CalendarEventLabelContribution
- All Implemented Interfaces:
IdentifiableModuleDependentContribution
,ModuleDependentContribution
public class CalendarEventLabelContribution
extends Object
implements IdentifiableModuleDependentContribution
used to define ways to load a label for a
Calendar_event
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCalendarType
(String calendarType) void
setIdentifier
(String identifier) void
setLabelTask
(CalendarEventLabelTask labelTask) void
-
Field Details
-
DEFAULT_TYPE
- See Also:
-
DEFAULT_CALENDAR_LABEL_CONTRIBUTION_ORDER
public static final int DEFAULT_CALENDAR_LABEL_CONTRIBUTION_ORDER- See Also:
-
-
Constructor Details
-
CalendarEventLabelContribution
public CalendarEventLabelContribution()
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifier
in interfaceIdentifiableModuleDependentContribution
-
setIdentifier
-
getModule
- Specified by:
getModule
in interfaceModuleDependentContribution
-
setModule
- Specified by:
setModule
in interfaceModuleDependentContribution
-
getLabelTask
-
setLabelTask
-
getCalendarType
-
setCalendarType
-