Enum Class CalendarEventRenderingStyle
java.lang.Object
java.lang.Enum<CalendarEventRenderingStyle>
org.teamapps.ux.component.calendar.CalendarEventRenderingStyle
- All Implemented Interfaces:
Serializable,Comparable<CalendarEventRenderingStyle>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiononly show colored shadow for the event. this may useful for subtly showing a secondary calendar with anonymous events inside the main one.normal event displayhighlight the whole calendar except the time period of the event. -
Method Summary
Modifier and TypeMethodDescriptionstatic CalendarEventRenderingStyleReturns the enum constant of this class with the specified name.static CalendarEventRenderingStyle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
normal event display -
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
highlight the whole calendar except the time period of the event.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
toUiCalendarEventRenderingStyle
-