Uses of Class
com.dlsc.gemsfx.daterange.DateRange
Packages that use DateRange
-
Uses of DateRange in com.dlsc.gemsfx.daterange
Subclasses with type arguments of type DateRange in com.dlsc.gemsfx.daterangeModifier and TypeClassDescriptionclassA control to let the user select a date range (start date, end date) via twoCalendarViewinstances or via a preset link.Methods in com.dlsc.gemsfx.daterange that return DateRangeModifier and TypeMethodDescriptionfinal DateRangeDateRangeView.getValue()Gets the value of thevalueproperty.Methods in com.dlsc.gemsfx.daterange that return types with arguments of type DateRangeModifier and TypeMethodDescriptionDateRangePreset.getDateRangeSupplier()final javafx.beans.property.ObjectProperty<DateRange> DateRangeView.valueProperty()Stores the currently selected / defined date range.Methods in com.dlsc.gemsfx.daterange with parameters of type DateRangeModifier and TypeMethodDescriptionfinal voidSets the value of thevalueproperty.Constructor parameters in com.dlsc.gemsfx.daterange with type arguments of type DateRangeModifierConstructorDescriptionDateRangePreset(String title, Supplier<DateRange> dateRangeSupplier) Constructs a new date range preset with the given title and date range supplier. -
Uses of DateRange in com.dlsc.gemsfx.skins
Methods in com.dlsc.gemsfx.skins with parameters of type DateRange