Protected ReadonlycalendarThe 6 × 7 grid of calendar days for the currently viewed month.
ReadonlycloseEmitted when the panel should close (e.g. Escape key).
ReadonlycurrentCurrent value as a formatted date string (e.g. "2026-03-15").
ReadonlyfirstFirst day of the week.
0 = Sunday, 1 = Monday, …, 6 = Saturday.
ReadonlyformatDate format used for parsing currentValue.
ReadonlymaxMaximum selectable date.
ReadonlyminMinimum selectable date.
Protected ReadonlymonthMonth/year label shown in the header.
ReadonlyvalueEmitted when the user selects a day.
Protected ReadonlyviewThe month currently displayed in the calendar.
Protected ReadonlyweekdayColumn headers for the calendar grid.
Standalone calendar grid panel for date selection.
Renders a month view with navigation and day buttons. Designed to be used inside UIInput via a PopupTextAdapter but can also be used standalone.
Implements InputPopupPanel so UIInput can subscribe to
valueSelectedandcloseRequestedautomatically.Example