Class ReviserVEvent

All Implemented Interfaces:
Reviser

public class ReviserVEvent extends ReviserLocatable<ReviserVEvent, VEvent>
Reviser for VEvent
Author:
David Bal
  • Constructor Details

    • ReviserVEvent

      public ReviserVEvent(VEvent component)
  • Method Details

    • adjustDateTime

      public void adjustDateTime(VEvent vComponentEditedCopy)
      Adjust start and end date/time
    • dialogRequiredProperties

      public List<VPropertyElement> dialogRequiredProperties()
      Description copied from class: ReviserDisplayable
      Returned list of VPropertyElement values, that when changed, necessitate a user dialog to determine scope of change. If changes do not contain ANY VPropertyElement in the returned list then changes can proceed automatically without a user dialog.
      Overrides:
      dialogRequiredProperties in class ReviserLocatable<ReviserVEvent, VEvent>
      Returns:
      List<VPropertyElement> that when any are changed require a user dialog to request scope of change (e.g. ONE, ALL or THIS_AND_FUTURE)