MonthPanel
A panel that displays the days of a month in a particular year.
Parameters
Constructors
Properties
Behavior used to render the panel itself.
Defines how the View representing each day should be aligned within its cell. The default is to have the View fill the cell.
Notifies of changes to the month the panel shows
Notifies of changes to the panel's selection.
Indicates whether days from the previous and subsequent months are displayed by the panel.
Indicates whether the month should always show 6 rows. This will avoid cases where months in a calendar have different row counts and therefore aren't aligned uniformly.
Inherited properties
Functions
Scrolls to the given day of the month @see LocalDate.dayOfMonth if the MonthPanel is within a ScrollPanel.
Scrolls the last selected item into view if the MonthPanel is within a ScrollPanel.