Uses of Interface
software.xdev.vaadin.daterange_picker.business.DateRange
Packages that use DateRange
Package
Description
-
Uses of DateRange in software.xdev.vaadin.daterange_picker.business
Classes in software.xdev.vaadin.daterange_picker.business with type parameters of type DateRangeModifier and TypeInterfaceDescriptioninterfaceDateRangeActions<D extends DateRange,T> Actions which can be done with aDateRangeModelclassDateRangeModel<D extends DateRange>Model forDateRangePickerClasses in software.xdev.vaadin.daterange_picker.business that implement DateRangeModifier and TypeClassDescriptionclassAbstractDateRange<SELF extends AbstractDateRange<SELF>>Basic implementation ofDateRangeclassSimple implementation ifAbstractDateRange -
Uses of DateRange in software.xdev.vaadin.daterange_picker.ui
Classes in software.xdev.vaadin.daterange_picker.ui with type parameters of type DateRangeModifier and TypeClassDescriptionclassDateRangePicker<D extends DateRange>Represents a Date-Range-PickerclassDateRangePickerOverlay<D extends DateRange>Overlay of the expandedDateRangePickerclassDateRangeValueChangeEvent<D extends DateRange>Constructors in software.xdev.vaadin.daterange_picker.ui with parameters of type DateRangeModifierConstructorDescriptionDateRangePicker(Supplier<DateRangeModel<D>> initialModelSupplier, D[] items) DateRangePicker(DateRangeModel<D> initialModel, D[] items)