Uses of Interface
com.vaadin.flow.component.datepicker.DateMetadataProvider
Packages that use DateMetadataProvider
-
Uses of DateMetadataProvider in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker that return DateMetadataProviderModifier and TypeMethodDescriptionDatePicker.getDateMetadataProvider()Gets the callback that provides metadata for the dates shown in the calendar overlay.static DateMetadataProviderDateMetadataProvider.perDate(SerializableFunction<LocalDate, DateMetadata> generator) Creates a provider that builds the metadata one date at a time.Methods in com.vaadin.flow.component.datepicker with parameters of type DateMetadataProviderModifier and TypeMethodDescriptionvoidDatePicker.setDateMetadataProvider(DateMetadataProvider provider) Sets a callback that provides metadata for the dates shown in the calendar overlay, for example to mark dates as not selectable. -
Uses of DateMetadataProvider in com.vaadin.flow.component.datetimepicker
Methods in com.vaadin.flow.component.datetimepicker that return DateMetadataProviderModifier and TypeMethodDescriptionDateTimePicker.getDateMetadataProvider()Gets the callback that provides metadata for the dates shown in the calendar overlay.Methods in com.vaadin.flow.component.datetimepicker with parameters of type DateMetadataProviderModifier and TypeMethodDescriptionvoidDateTimePicker.setDateMetadataProvider(DateMetadataProvider provider) Sets a callback that provides metadata for the dates shown in the calendar overlay, for example to mark dates as not selectable.