CodeCharge Studio

getComponent Method (Java)

Applies to

Panel

Syntax

public Model getComponent(java.lang.String name);

Return value

Model - the Child with the given name or null if it does not exist.

Parameters

Name Description
name The Model name

Description

This method finds a Child in a children collection by name.


On-line, printable versions and updates