Module is.codion.swing.common.ui
Interface CalendarPanel.CalendarDateTime
- All Superinterfaces:
Observable<LocalDateTime>
,Observer<LocalDateTime>
- Enclosing class:
- CalendarPanel
Provides access to the date and time.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(LocalDateTime dateTime) Sets the date and time to present in this calendarMethods inherited from interface is.codion.common.observable.Observable
addConsumer, addListener, addWeakConsumer, addWeakListener, get, getOrThrow, getOrThrow, isEqualTo, isNotEqualTo, isNull, isNullable, observer, optional, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener
-
Method Details
-
set
Sets the date and time to present in this calendar- Parameters:
dateTime
- the date and time to set
-