Interface CalendarPanel.CalendarDate

All Superinterfaces:
Observable<LocalDate>, Observer<LocalDate>
Enclosing class:
CalendarPanel

public static interface CalendarPanel.CalendarDate extends Observable<LocalDate>
Provides access to the date.
  • Method Details

    • set

      void set(LocalDate date)
      Sets the date to present in this calendar
      Parameters:
      date - the date to set