Interface IViewPortHandler

    • Method Detail

      • scrollingLeft

        void scrollingLeft​(int diffCount)
      • scrollingRight

        void scrollingRight​(int diffCount)
      • nextMonth

        void nextMonth()
        Jumps to the next month.
      • prevMonth

        void prevMonth()
        Jumps to the previous month.
      • nextWeek

        void nextWeek()
        Jumps one week forward.
      • prevWeek

        void prevWeek()
        Jumps one week backwards.
      • nextHour

        void nextHour()
        Jumps to the next hour.
      • prevHour

        void prevHour()
        Jumps to the previous hour.
      • nextDay

        void nextDay()
        Jumps one day forward.
      • prevDay

        void prevDay()
        Jumps one day backwards.