Search
ItemSelection.contains Method
See Also
 






Determines whether the specified item is currently selected.

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

 Syntax

Java  Copy Code

public boolean contains (
    Item item
)

 Parameters

item

The Item instance to search for in the selection.

 Return Value

true if the item is selected or false if it isn't.

 See Also