Search
Panel.getChildren Method
See Also
 






Gets the list of child components of this panel.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public ObservableList<Component> getChildren ()

 Return Value

An ObservableList containing child components.

 See Also