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

    Constructors
    Constructor
    Description
    DateRangeValueChangeEvent(DateRangePicker<D> source, DateRangeModel<D> oldValue, boolean isFromClient)
     
  • Method Summary

    Methods inherited from class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent

    getHasValue, getOldValue, getValue, toString

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.HasValue.ValueChangeEvent

    isFromClient
  • Constructor Details