Package org.teamapps.dto
Class UiCalendar.ViewChangedEvent
java.lang.Object
org.teamapps.dto.UiCalendar.ViewChangedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected longprotected longprotected longprotected longprotected UiCalendarViewMode -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ViewChangedEvent(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd) -
Method Summary
-
Field Details
-
componentId
-
viewMode
-
mainIntervalStart
protected long mainIntervalStart -
mainIntervalEnd
protected long mainIntervalEnd -
displayedIntervalStart
protected long displayedIntervalStart -
displayedIntervalEnd
protected long displayedIntervalEnd
-
-
Constructor Details
-
ViewChangedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ViewChangedEvent
public ViewChangedEvent(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getViewMode
-
getMainIntervalStart
public long getMainIntervalStart() -
getMainIntervalEnd
public long getMainIntervalEnd() -
getDisplayedIntervalStart
public long getDisplayedIntervalStart() -
getDisplayedIntervalEnd
public long getDisplayedIntervalEnd()
-