Class DateRange
java.lang.Object
com.dlsc.gemsfx.daterange.DateRange
A model class used for the
DateRangeView and DateRangePicker controls.
A date range defines a start and an end date plus an optional title.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new date range object with the specified title and date where the date will be used as the start and end date (single day range).Constructs a new date range object with the specified parameters.Constructs a new date range object with the specified start date and end date.Constructs a new date range object with the specified parameters. -
Method Summary
-
Constructor Details
-
DateRange
-
DateRange
-
DateRange
-
DateRange
Constructs a new date range object with the specified start date and end date.- Parameters:
date- the start and end date of the date range
-
-
Method Details
-
getTitle
-
getStartDate
-
getEndDate
-
toString
-
equals
-
hashCode
-