Search
Calendar.setInteractiveItemType Method
See Also
 






Sets the type of item that should be created when a user starts typing while the calendar control has the keyboard focus.

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

 Syntax

Java  Copy Code

public void setInteractiveItemType (
    Class<? extends Item> value
)

 Parameters

value

An instance of Class specifying what type of items to create when a user starts typing. The default is Appointment.

 Remarks

If set to null, users cannot create items interactively.

 See Also