MindFusion.Java Package Programmer's Guide
ItemListView.addItem Method (Item, String, Icon)
See Also
 






Adds a new item to the end of the list view.

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

 Syntax

Java  Copy Code

public void addItem (
    Item item,
    String label,
    Icon icon
)

 Parameters

item

The item to add.

label

The text to be displayed for the item.

icon

the icon to be displayed for the item

 See Also

addItem Method Overload List
ItemListView Members
ItemListView Class
com.mindfusion.scheduling Namespace