| Modifier and Type | Field and Description |
|---|---|
static CalendarColor |
CalendarColor.DEFAULT
Default calendar color.
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarColor |
CalendarColor.fromId(String id)
Get color from identifier.
|
static CalendarColor |
CalendarColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarColor[] |
CalendarColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalendarColor> |
CalendarOptions.getColors()
Getter for colors.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarColor |
CalendarServiceImpl.getCalendarColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
org.nuxeo.ecm.automation.client.model.Document calendar)
Get calendar color
|
CalendarColor |
CalendarService.getCalendarColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
org.nuxeo.ecm.automation.client.model.Document calendar)
Get calendar color
|
| Modifier and Type | Method and Description |
|---|---|
CalendarColor |
CalendarSynchronizationSource.getColor()
Getter for color.
|
CalendarColor |
CalendarEditionForm.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarSynchronizationSource.setColor(CalendarColor color)
Setter for color.
|
void |
CalendarEditionForm.setColor(CalendarColor color) |
| Modifier and Type | Method and Description |
|---|---|
CalendarColor |
CalendarEventEditionForm.getCalendarColor()
Getter for calendarColor.
|
CalendarColor |
CalendarEventEditionForm.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarEventEditionForm.setCalendarColor(CalendarColor calendarColor)
Setter for calendarColor.
|
void |
CalendarEventEditionForm.setColor(CalendarColor color) |
| Modifier and Type | Method and Description |
|---|---|
protected CalendarColor |
CalendarEventEditionServiceImpl.getCalendarColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
CalendarEditionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CalendarColor |
CalendarEventViewServiceImpl.getCalendarColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
org.nuxeo.ecm.automation.client.model.Document document) |
| Modifier and Type | Method and Description |
|---|---|
CalendarColor |
CalendarSynchronizationEditionForm.getColor()
Getter for color.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarSynchronizationEditionForm.setColor(CalendarColor color)
Setter for color.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CalendarColor> |
CalendarViewServiceImpl.getSourcesColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Return the map of the different color (primary color of the calendar and color of each synchrnonization sources)
|
Map<String,CalendarColor> |
CalendarViewService.getSourcesColor(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Return the map of the different color (primary color of the calendar and color of each synchrnonization sources)
|
Copyright © 2021 OSIVIA. All rights reserved.