Search
Calendar.getInteractiveItemType Method
See Also
 






Gets 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 Class<? extends Item> getInteractiveItemType ()

 Return Value

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

 See Also