Search
Calendar.setRescheduleRecurrenceKey Method
See Also
 






Sets the modifier key, which when pressed allows users to interactively reschedule recurrent items.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setRescheduleRecurrenceKey (
    int value
)

 Parameters

value

One of the KeyEvent constants.

 Remarks

If the user drags a recurrent item when the key specified as a value of this property is pressed, the recurrence is automatically adjusted to match the new item location. Recurrence rescheduling is not recorded in the undo history.

 See Also