MindFusion.Java Package Programmer's Guide
ItemList.contains Method
See Also
 






Determines whether this list contains an item identified by the specified string.

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

 Syntax

Java  Copy Code

public boolean contains (
    String id
)

 Parameters

id

The identifier of an item to search for in the list.

 Return Value

true if the object is found or false if it isn't.

 See Also

ItemList Members
ItemList Class
com.mindfusion.scheduling.model Namespace