Sets a value indicating whether users are allowed to edit items interactively.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public void setAllowInplaceEdit ( |
true to allow users to edit schedule items; otherwise, false.
If this method is invoked with false, users cannot edit items' text interactively. Controlling the editing of item text can be done by handling the CalendarListener.itemInplaceEditStarting and CalendarListener.itemInplaceEditEnding events.
JPlanner Programmer's Guide | © 2023 MindFusion |