Uses of Class
com.jbstrap.ui.components.form.items.PredefinedRange
-
Uses of PredefinedRange in com.jbstrap.ui.components.form.base
Modifier and TypeMethodDescriptionstatic PredefinedRange<Date>
PredefinedDateRange.getRangeByName
(String name) Gets the POJO class of the specified range -
Uses of PredefinedRange in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescriptionSets the title of the rangeModifier and TypeMethodDescriptionDateRangePicker.getPredefinedRanges()
Gets the predefined ranges that are assigned to the componentModifier and TypeMethodDescriptionDateRangePicker.addPredefinedRange
(PredefinedRange<Date> range) Adds a predefined range to the componentfinal DateRangePicker
DateRangePicker.addPredefinedRanges
(PredefinedRange<Date>... ranges) Adds multiple predefined ranges to the componentDateRangePicker.removePredefinedRange
(PredefinedRange<Date> range) Removes the specified predefined range from the componentDateRangePicker.removePredefinedRanges
(PredefinedRange<Date>... ranges) Removes the specified predefined ranges from the componentModifier and TypeMethodDescriptionDateRangePicker.addPredefinedRanges
(List<PredefinedRange<Date>> ranges) Adds multiple predefined ranges to the componentDateRangePicker.removePredefinedRanges
(List<PredefinedRange<Date>> ranges) Removes the specified predefined ranges from the component