Class UiCalendar.ViewChangedEvent

java.lang.Object
org.teamapps.dto.UiCalendar.ViewChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiCalendar

public static class UiCalendar.ViewChangedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • viewMode

      protected UiCalendarViewMode 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(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getComponentId

      public String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getViewMode

      public UiCalendarViewMode getViewMode()
    • getMainIntervalStart

      public long getMainIntervalStart()
    • getMainIntervalEnd

      public long getMainIntervalEnd()
    • getDisplayedIntervalStart

      public long getDisplayedIntervalStart()
    • getDisplayedIntervalEnd

      public long getDisplayedIntervalEnd()