Obtain a child Container by name. @param name Name of the child Container to be retrieved @return The child Container with the given name or null if no such child exists.
(String name)
| 366 | * @return The child Container with the given name or <code>null</code> if no such child exists. |
| 367 | */ |
| 368 | Container findChild(String name); |
| 369 | |
| 370 | |
| 371 | /** |
no outgoing calls