Uses of Record Class
com.vaadin.flow.component.datepicker.DateMetadata
Packages that use DateMetadata
-
Uses of DateMetadata in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker that return types with arguments of type DateMetadataModifier and TypeMethodDescriptionDateMetadataProvider.getDateMetadata(DateRange range) Gets the metadata for the dates in the given range.Method parameters in com.vaadin.flow.component.datepicker with type arguments of type DateMetadataModifier and TypeMethodDescriptionstatic DateMetadataProviderDateMetadataProvider.perDate(SerializableFunction<LocalDate, DateMetadata> generator) Creates a provider that builds the metadata one date at a time.