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.BuilderCalendarPanel.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.includeWeekNumbers(boolean includeWeekNumbers) CalendarPanel.Builder.keyStroke(ControlKey<?> controlKey, KeyStroke keyStroke) Specifies the locale, controlling the start of week day and the full date display format.CalendarPanel.Builder.minimalDaysInFirstWeek(int minimalDaysInFirstWeek) Note that calling this method also setsincludeTime(boolean)to false.CalendarPanel.Builder.value(@Nullable LocalDateTime value) Note that calling this method also setsincludeTime(boolean)to true.