Enum Class CalendarEventRenderingStyle

java.lang.Object
java.lang.Enum<CalendarEventRenderingStyle>
org.teamapps.ux.component.calendar.CalendarEventRenderingStyle
All Implemented Interfaces:
Serializable, Comparable<CalendarEventRenderingStyle>, Constable

public enum CalendarEventRenderingStyle extends Enum<CalendarEventRenderingStyle>
  • Enum Constant Details

    • DEFAULT

      public static final CalendarEventRenderingStyle DEFAULT
      normal event display
    • BACKGROUND

      public static final CalendarEventRenderingStyle BACKGROUND
      only show colored shadow for the event. this may useful for subtly showing a secondary calendar with anonymous events inside the main one.
    • INVERSE_BACKGROUND

      public static final CalendarEventRenderingStyle INVERSE_BACKGROUND
      highlight the whole calendar except the time period of the event.
  • Method Details

    • values

      public static CalendarEventRenderingStyle[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CalendarEventRenderingStyle valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toUiCalendarEventRenderingStyle

      public UiCalendarEventRenderingStyle toUiCalendarEventRenderingStyle()