Package org.teamapps.dto
Class UiCalendar.ViewChangedEvent
java.lang.Object
org.teamapps.dto.UiCalendar.ViewChangedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiCalendar
public static class UiCalendar.ViewChangedEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected longdisplayedIntervalEndprotected longdisplayedIntervalStartprotected longmainIntervalEndprotected longmainIntervalStartprotected UiCalendarViewModeviewMode -
Constructor Summary
Constructors Constructor Description ViewChangedEvent()Deprecated.Only for Jackson deserialization.ViewChangedEvent(java.lang.String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()longgetDisplayedIntervalEnd()longgetDisplayedIntervalStart()longgetMainIntervalEnd()longgetMainIntervalStart()UiEventTypegetUiEventType()UiCalendarViewModegetViewMode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
viewMode
-
mainIntervalStart
protected long mainIntervalStart -
mainIntervalEnd
protected long mainIntervalEnd -
displayedIntervalStart
protected long displayedIntervalStart -
displayedIntervalEnd
protected long displayedIntervalEnd
-
-
Constructor Details
-
ViewChangedEvent
@Deprecated public ViewChangedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ViewChangedEvent
public ViewChangedEvent(java.lang.String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getViewMode
-
getMainIntervalStart
public long getMainIntervalStart() -
getMainIntervalEnd
public long getMainIntervalEnd() -
getDisplayedIntervalStart
public long getDisplayedIntervalStart() -
getDisplayedIntervalEnd
public long getDisplayedIntervalEnd()
-