Class CalendarColorsComponent.CalendarColor

java.lang.Object
org.ametys.plugins.workspaces.calendars.CalendarColorsComponent.CalendarColor
Enclosing class:
CalendarColorsComponent

Class representing a calendar color
  • Constructor Details

    • CalendarColor

      public CalendarColor(String id, String label, String bgColor, String fgCOlor)
      Constructor
      Parameters:
      id - the id
      label - the label
      bgColor - the color
      fgCOlor - the text color
  • Method Details