Search
ItemListView.addItem Method (DiagramItem, String)
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addItem (
    DiagramItem item,
    String label
)

 Parameters

item

The item to add.

label

The text to be displayed for the item.

 See Also