Class Calendar.CalendarDateClickEvent<V>

java.lang.Object
java.util.EventObject
io.jmix.ui.component.Calendar.CalendarDateClickEvent<V>
Type Parameters:
V - type of value
All Implemented Interfaces:
Serializable
Enclosing interface:
Calendar<V>

public static class Calendar.CalendarDateClickEvent<V> extends EventObject
An event object that is fired when the user clicks on a day number of the month.
See Also:
  • Field Details

    • date

      protected V date
  • Constructor Details

    • CalendarDateClickEvent

      public CalendarDateClickEvent(Calendar<V> calendar, @Nullable V date)
  • Method Details