Class BaseScheduleXCalendar.CalendarViewAndDateChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
org.vaadin.addons.componentfactory.schedulexcalendar.BaseScheduleXCalendar.CalendarViewAndDateChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
BaseScheduleXCalendar
@DomEvent("calendar-state-view-date-updated")
public static class BaseScheduleXCalendar.CalendarViewAndDateChangeEvent
extends com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
Event fired when the calendar view and selected date are updated on the client side.
This event is dispatched from the client whenever the internal calendar state changes, including both the selected view and the selected date (e.g., due to screen resize).
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCalendarViewAndDateChangeEvent(BaseScheduleXCalendar source, boolean fromClient, String viewName, String selectedDate) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CalendarViewAndDateChangeEvent
public CalendarViewAndDateChangeEvent(BaseScheduleXCalendar source, boolean fromClient, @EventData("event.detail.viewName") String viewName, @EventData("event.detail.selectedDate") String selectedDate)
-
-
Method Details
-
getViewType
-
getSelectedDate
-