Search
ContainerComponent.getComponents Method
See Also
 

Gets the child components of this container.

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

 Syntax

Java  Copy Code

public List<ComponentBase> getComponents ()

 Return Value

A List of ComponentBase objects that are child components of this container.

 See Also