Package-level declarations

Types

Link copied to clipboard
class DaysOfTheWeekPanel(weekStart: DayOfWeek = SUNDAY, val itemVisualizer: ItemVisualizer<DayOfWeek, Unit>? = null) : View

Panel used to render the days of the week in a horizontal layout. This panel combines well with MonthPanel to create calendar components.

Link copied to clipboard
Link copied to clipboard
open class MonthPanel(date: LocalDate, val itemVisualizer: ItemVisualizer<LocalDate, MonthPanel>? = null, selectionModel: SelectionModel<LocalDate>? = null, weekStart: DayOfWeek = SUNDAY) : View, Selectable<LocalDate>

A panel that displays the days of a month in a particular year.

Link copied to clipboard

Determines how a MonthPanel renders