Package com.dlsc.gemsfx.daterange
package com.dlsc.gemsfx.daterange
Provides controls and model classes for selecting and representing ranges of dates.
The package contains a picker, an embedded range view, preset definitions, and the value object used to describe a selected start and end date. These classes support both custom ranges and predefined ranges exposed by the picker UI.
-
ClassesClassDescriptionA model class used for the
DateRangeViewandDateRangePickercontrols.A control to let the user select a date range (start date, end date) via twoCalendarViewinstances or via a preset link.A date range preset is used to populate the "presets" area with theDateRangeViewcontrol.The date range view can be used to define a start and an end date via twoCalendarViewinstances.