Search
AddItemCommand Constructor
See Also
 






Initializes a new instance of the AddItemCommand class.

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

 Syntax

Java  Copy Code

public AddItemCommand (
    Schedule schedule,
    Item item,
    int index
)

 Parameters

schedule

The Schedule to which the new item is added.

item

The new Item that should be added to the schedule.

index

The position of the item within the item list.

 See Also