Uses of Class
com.jbstrap.ui.components.form.items.DateRangePicker
-
Uses of DateRangePicker in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescriptionDateRangePicker.addPredefinedRange
(PredefinedRange<Date> range) Adds a predefined range to the componentDateRangePicker.addPredefinedRange
(String name, String title, Date minValue, Date maxValue) Adds a predefined date range to the componentfinal DateRangePicker
DateRangePicker.addPredefinedRanges
(PredefinedRange<Date>... ranges) Adds multiple predefined ranges to the componentDateRangePicker.addPredefinedRanges
(List<PredefinedRange<Date>> ranges) Adds multiple predefined ranges to the componentDateRangePicker.removeAllPredefinedRanges()
Removes all predefined ranges from the componentDateRangePicker.removePredefinedRange
(PredefinedRange<Date> range) Removes the specified predefined range from the componentDateRangePicker.removePredefinedRange
(String name) Removes the specified predefined range from the componentDateRangePicker.removePredefinedRanges
(PredefinedRange<Date>... ranges) Removes the specified predefined ranges from the componentDateRangePicker.removePredefinedRanges
(String... names) Removes the specified predefined ranges from the componentDateRangePicker.removePredefinedRanges
(List<PredefinedRange<Date>> ranges) Removes the specified predefined ranges from the componentDateRangePicker.setDateFormat
(String dateFormat) Sets the component's date formatDateRangePicker.setDefaultValue
(Object defaultValue) DateRangePicker.setDropDownPosition
(DropDownPosition position) Sets the position of the dropdown menu.DateRangePicker.setEnabled
(boolean enabled) Sets the date range picker to be enabled.final DateRangePicker
DateRangePicker.setMaximumDate
(Date maxDate) Sets the maximum date.final DateRangePicker
DateRangePicker.setMinimumDate
(Date minDate) Sets the minimum date.DateRangePicker.setObjectValue
(Object value) DateRangePicker.setOriginalObjectValue
(Object value) DateRangePicker.setOriginalValue
(DateRange originalValue) DateRangePicker.setReadOnly
(boolean readOnly) Sets the date range picker to read-only mode.DateRangePicker.setShowDropdowns
(boolean show) Sets if the dropdown menu is enabled or not.Sets the date range picker's form item value