Sets a value indicating whether users are allowed to create items interactively.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public void setAllowInplaceCreate ( |
true to allow users to create schedule items; otherwise, false.
If this property is disabled, users cannot create items interactively. If it is enabled and getInteractiveItemType is not null, a new schedule item of the specified type is created when users start typing in a time cell. This raises the CalendarListener.itemCreating event, which lets the client application validate the operation or cancel it.
JPlanner Programmer's Guide | © 2023 MindFusion |