Uses of Interface
is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
Packages that use CalendarPanel.Builder
-
Uses of CalendarPanel.Builder in is.codion.swing.common.ui.component.calendar
Methods in is.codion.swing.common.ui.component.calendar that return CalendarPanel.BuilderModifier and TypeMethodDescriptionstatic CalendarPanel.Builder
CalendarPanel.builder()
CalendarPanel.Builder.enabled
(ObservableState enabled) CalendarPanel.Builder.firstDayOfWeek
(DayOfWeek firstDayOfWeek) Sets the first day of week, in case it should differ from the one specified bylocale(Locale)
CalendarPanel.Builder.includeTime
(boolean includeTime) CalendarPanel.Builder.includeTodayButton
(boolean includeTodayButton) CalendarPanel.Builder.keyStroke
(ControlKey<?> controlKey, KeyStroke keyStroke) Specifies the locale, controlling the start of week day and the full date display format.Note that calling this method also setsincludeTime(boolean)
to false.CalendarPanel.Builder.value
(LocalDateTime value) Note that calling this method also setsincludeTime(boolean)
to true.