MindFusion.Java Package Programmer's Guide
InstantiateItemEvent.setItem Method
See Also
 






Sets the newly created item.

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

 Syntax

Java  Copy Code

public void setItem (
    Item value
)

 Parameters

value

An instance of an Item-derived class.

 Remarks

Upon handling the ScheduleListener.instantiateItem event, you have to create an item of the appropriate type, as specified by getClassId, and assign it to this property.

 See Also

InstantiateItemEvent Members
InstantiateItemEvent Class
com.mindfusion.scheduling.model Namespace