Gets all scheduled items.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ItemList getItems () |
An instance of the ItemList class containing all items in the schedule.
RemarksThe Calendar component displays each element of this collection in the time cells corresponding to the item's Item.getStartTime and Item.getEndTime.
See Also