Klasse UiCalendar.ViewChangedEvent

java.lang.Object
org.teamapps.dto.UiCalendar.ViewChangedEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiCalendar

public static class UiCalendar.ViewChangedEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • viewMode

      protected UiCalendarViewMode viewMode
    • mainIntervalStart

      protected long mainIntervalStart
    • mainIntervalEnd

      protected long mainIntervalEnd
    • displayedIntervalStart

      protected long displayedIntervalStart
    • displayedIntervalEnd

      protected long displayedIntervalEnd
  • Konstruktordetails

    • ViewChangedEvent

      @Deprecated public 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

      public UiEventType getUiEventType()
      Angegeben von:
      getUiEventType in Schnittstelle UiEvent
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiEvent
    • getViewMode

      public UiCalendarViewMode getViewMode()
    • getMainIntervalStart

      public long getMainIntervalStart()
    • getMainIntervalEnd

      public long getMainIntervalEnd()
    • getDisplayedIntervalStart

      public long getDisplayedIntervalStart()
    • getDisplayedIntervalEnd

      public long getDisplayedIntervalEnd()