Module is.codion.swing.common.ui
Interface CalendarPanel.CalendarZonedDateTime
- All Superinterfaces:
Observable<ZonedDateTime>,Observer<ZonedDateTime>
- Enclosing class:
CalendarPanel
Provides access to the zoned date and time.
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.reactive.observer.Observer
Observer.Builder<T,B extends Observer.Builder<T, B>> -
Method Summary
Modifier and TypeMethodDescriptionvoidset(ZonedDateTime zonedDateTime) Sets the date and time to present in this calendarMethods inherited from interface is.codion.common.reactive.observer.Observable
get, getOrThrow, getOrThrow, is, isNot, isNull, isNullable, optionalMethods inherited from interface is.codion.common.reactive.observer.Observer
addConsumer, addListener, addWeakConsumer, addWeakListener, observer, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener, when, when
-
Method Details
-
set
Sets the date and time to present in this calendar- Parameters:
zonedDateTime- the date and time to set
-