Search
Calendar.setAllowInplaceEdit Method
See Also
 






Sets a value indicating whether users are allowed to edit items interactively.

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

 Syntax

Java  Copy Code

public void setAllowInplaceEdit (
    boolean value
)

 Parameters

value

true to allow users to edit schedule items; otherwise, false.

 Remarks

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.

 See Also