Class UnselectEvent

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

public class UnselectEvent extends com.vaadin.flow.component.ComponentEvent<FullCalendar>
The event is fired when the current selection is cleared. A selection might be cleared for a number of reasons:
  • The user clicks away from the current selection (doesn’t happen when JmixFullCalendar.isUnselectAuto() returns false).
  • The user makes a new selection. The unselect event will be fired before the new selection occurs.
  • The user moves forward or backward in the current calendar's display mode, or switches to another mode.
  • The unselect method is called through the JmixFullCalendar.unselect() method.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getDisplayModeInfo

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

      @Nullable public MouseEventDetails getMouseEventDetails()
      Returns:
      information about mouse click or null if unselect has been triggered via the JmixFullCalendar.unselect() method