Class DateRangeValueChangeEvent<D extends DateRange>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<DateRangePicker<D>,DateRangeModel<D>>
software.xdev.vaadin.daterange_picker.ui.DateRangeValueChangeEvent<D>
- All Implemented Interfaces:
com.vaadin.flow.component.HasValue.ValueChangeEvent<DateRangeModel<D>>,Serializable
public class DateRangeValueChangeEvent<D extends DateRange>
extends com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<DateRangePicker<D>,DateRangeModel<D>>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionDateRangeValueChangeEvent(DateRangePicker<D> source, DateRangeModel<D> oldValue, boolean isFromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
getHasValue, getOldValue, getValue, toStringMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasValue.ValueChangeEvent
isFromClient
-
Constructor Details
-
DateRangeValueChangeEvent
public DateRangeValueChangeEvent(DateRangePicker<D> source, DateRangeModel<D> oldValue, boolean isFromClient)
-