Class ScheduleEntryResizeEvent

    • Constructor Detail

      • ScheduleEntryResizeEvent

        public ScheduleEntryResizeEvent​(javax.faces.component.UIComponent component,
                                        javax.faces.component.behavior.Behavior behavior,
                                        ScheduleEvent scheduleEvent,
                                        int yearDeltaStart,
                                        int monthDeltaStart,
                                        int dayDeltaStart,
                                        int minuteDeltaStart,
                                        int yearDeltaEnd,
                                        int monthDeltaEnd,
                                        int dayDeltaEnd,
                                        int minuteDeltaEnd)
    • Method Detail

      • getYearDeltaStart

        public int getYearDeltaStart()
      • getMonthDeltaStart

        public int getMonthDeltaStart()
      • getDayDeltaStart

        public int getDayDeltaStart()
      • getMinuteDeltaStart

        public int getMinuteDeltaStart()
      • getYearDeltaEnd

        public int getYearDeltaEnd()
      • getMonthDeltaEnd

        public int getMonthDeltaEnd()
      • getDayDeltaEnd

        public int getDayDeltaEnd()
      • getMinuteDeltaEnd

        public int getMinuteDeltaEnd()
      • getDeltaStartAsDuration

        public Duration getDeltaStartAsDuration()
        Get the start-delta as duration. Attention: Contains only dayDelta and minuteDelta. Does not contain yearDelta and monthDelta.
        Returns:
      • getDeltaEndAsDuration

        public Duration getDeltaEndAsDuration()
        Get the end-delta as duration. Attention: Contains only dayDelta and minuteDelta. Does not contain yearDelta and monthDelta.
        Returns: