MonthPanel

constructor(    date: LocalDate,     itemVisualizer: ItemVisualizer<LocalDate, MonthPanel>? = null,     selectionModel: SelectionModel<LocalDate>? = null,     weekStart: DayOfWeek = DayOfWeek.SUNDAY)(source)

Parameters

date

whose month will be displayed

itemVisualizer

that maps LocalDate to View for each item in the panel. The default simply uses a Label to show each day's number.

selectionModel

that manages the panel's selection state

weekStart

indicates which day should be used as the start of the week