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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()longgetDisplayedIntervalEnd()longgetDisplayedIntervalStart()longgetMainIntervalEnd()longgetMainIntervalStart()UiEventTypegetUiEventType()UiCalendarViewModegetViewMode()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
viewMode
protected UiCalendarViewMode viewMode
-
mainIntervalStart
protected long mainIntervalStart
-
mainIntervalEnd
protected long mainIntervalEnd
-
displayedIntervalStart
protected long displayedIntervalStart
-
displayedIntervalEnd
protected long displayedIntervalEnd
-
-
Constructor Detail
-
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 Detail
-
getUiEventType
public UiEventType 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
public UiCalendarViewMode getViewMode()
-
getMainIntervalStart
public long getMainIntervalStart()
-
getMainIntervalEnd
public long getMainIntervalEnd()
-
getDisplayedIntervalStart
public long getDisplayedIntervalStart()
-
getDisplayedIntervalEnd
public long getDisplayedIntervalEnd()
-
-