Search
Calendar.setAllowInplaceCreate Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setAllowInplaceCreate (
    boolean value
)

 Parameters

value

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

 Remarks

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.

 See Also