DroidDiagram Programmer's Guide
ComponentBase.find Method
See Also
 






Returns the component with the specified name within the hierarchy defined by the current component.

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

 Syntax

Java  Copy Code

public ComponentBase find (
    String name
)

 Parameters

name

The name of the component to search for.

 Return Value

The found component, or null, if no component matches. The search is case-sensitive.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace