Class UiCalendar.ViewChangedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiCalendar

    public static class UiCalendar.ViewChangedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • 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

      • toString

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

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getMainIntervalStart

        public long getMainIntervalStart()
      • getMainIntervalEnd

        public long getMainIntervalEnd()
      • getDisplayedIntervalStart

        public long getDisplayedIntervalStart()
      • getDisplayedIntervalEnd

        public long getDisplayedIntervalEnd()