Package org.teamapps.dto
Klasse UiCalendar.ViewChangedEvent
java.lang.Object
org.teamapps.dto.UiCalendar.ViewChangedEvent
- Alle implementierten Schnittstellen:
UiEvent
- Umschließende Klasse:
UiCalendar
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected longprotected longprotected longprotected longprotected UiCalendarViewMode -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.ViewChangedEvent(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd) -
Methodenübersicht
-
Felddetails
-
componentId
-
viewMode
-
mainIntervalStart
protected long mainIntervalStart -
mainIntervalEnd
protected long mainIntervalEnd -
displayedIntervalStart
protected long displayedIntervalStart -
displayedIntervalEnd
protected long displayedIntervalEnd
-
-
Konstruktordetails
-
ViewChangedEvent
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
ViewChangedEvent
public ViewChangedEvent(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)
-
-
Methodendetails
-
getUiEventType
- Angegeben von:
getUiEventTypein SchnittstelleUiEvent
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiEvent
-
getViewMode
-
getMainIntervalStart
public long getMainIntervalStart() -
getMainIntervalEnd
public long getMainIntervalEnd() -
getDisplayedIntervalStart
public long getDisplayedIntervalStart() -
getDisplayedIntervalEnd
public long getDisplayedIntervalEnd()
-