Uses of Class
com.jbstrap.ui.components.form.items.PredefinedRange
Packages that use PredefinedRange
-
Uses of PredefinedRange in com.jbstrap.ui.components.form.base
Methods in com.jbstrap.ui.components.form.base that return PredefinedRangeModifier 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
Methods in com.jbstrap.ui.components.form.items that return PredefinedRangeModifier and TypeMethodDescriptionSets the title of the rangeMethods in com.jbstrap.ui.components.form.items that return types with arguments of type PredefinedRangeModifier and TypeMethodDescriptionDateRangePicker.getPredefinedRanges()
Gets the predefined ranges that are assigned to the componentMethods in com.jbstrap.ui.components.form.items with parameters of type PredefinedRangeModifier 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 componentMethod parameters in com.jbstrap.ui.components.form.items with type arguments of type PredefinedRangeModifier 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