Uses of Interface
com.vaadin.flow.component.datepicker.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(com.vaadin.flow.function.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.