DroidDiagram Programmer's Guide
CompositeNode.findComponent Method
See Also
 






Returns the child component with the specified name or null, if the component was not found.

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

 Syntax

Java  Copy Code

public ComponentBase findComponent (
    String name
)

 Parameters

name

The name of the component to search for.

 Return Value

An instance of the ComponentBase class identifying the found component or null.

 See Also

CompositeNode Members
CompositeNode Class
com.mindfusion.diagramming Namespace