Interface AgendaControllerHelper.InfoCalendrierProvider

Enclosing class:
AgendaControllerHelper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AgendaControllerHelper.InfoCalendrierProvider
  • Method Details

    • getInfoCalendrierForRange

      io.vertigo.datamodel.data.model.DtList<InfoCalendrierDisplay> getInfoCalendrierForRange(io.vertigo.ui.core.ViewContext viewContext, LocalDate startDate, LocalDate endDate)