Klasse ViewChangedEventData
java.lang.Object
org.teamapps.ux.component.calendar.ViewChangedEventData
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungViewChangedEventData(ZoneId zoneId, CalendarViewMode viewMode, Instant mainIntervalStart, Instant mainIntervalEnd, Instant displayedIntervalStart, Instant displayedIntervalEnd) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung
-
Konstruktordetails
-
ViewChangedEventData
-
-
Methodendetails
-
getMainIntervalStartAsLocalDate
- Gibt zurück:
- the LocalDate representation of the main interval start (e.g. first day of displayed month in month view).
-
getMainIntervalEndAsLocalDate
- Gibt zurück:
- the LocalDate representation of the main interval end (e.g. first day of month after displayed month in month view). This date is exclusive, i.e. NOT part of the main interval anymore.
-
getDisplayedIntervalStartAsLocalDate
- Gibt zurück:
- the LocalDate representation of the displayed interval start (e.g. first day of week (monday or sunday) before first day of month in month view).
-
getDisplayedIntervalEndAsLocalDate
- Gibt zurück:
- the LocalDate representation of the displayed interval end. This date is exclusive, i.e. NOT part of the displayed interval anymore.
-
getViewMode
-
getMainIntervalStart
-
getMainIntervalEnd
-
getDisplayedIntervalStart
-
getDisplayedIntervalEnd
-