Class DateClickEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
io.jmix.fullcalendarflowui.component.event.DateClickEvent
All Implemented Interfaces:
Serializable

public class DateClickEvent extends AbstractClickEvent
The event is fired when a day cell or time cell is clicked.
See Also:
  • Field Details

    • dateTime

      protected final LocalDateTime dateTime
    • allDay

      protected final boolean allDay
    • displayModeInfo

      protected final DisplayModeInfo displayModeInfo
  • Constructor Details

  • Method Details

    • getDateTime

      public LocalDateTime getDateTime()
      Returns date-time as is from component without transformation. It means that value corresponds component's TimeZone.

      Note, if the day cell is clicked, the time part will be 00:00:00.

      Returns:
      date-time of clicked cell
    • isAllDay

      public boolean isAllDay()
      Returns:
      true if day cell is clicked
    • getDisplayModeInfo

      public DisplayModeInfo getDisplayModeInfo()
      Returns:
      information about current calendar's display mode