Search
Schedule.getItems Method
See Also
 






Gets all scheduled items.

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

 Syntax

Java  Copy Code

public ItemList getItems ()

 Return Value

An instance of the ItemList class containing all items in the schedule.

 Remarks

The Calendar component displays each element of this collection in the time cells corresponding to the item's Item.getStartTime and Item.getEndTime.

 See Also