Search
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