CodeCharge Studio

getComponent Method (Java)

Applies to

Page Object

Syntax

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

Return value

Component - the Component of the given name or null if no such Component exists

Parameters

Name Type Description
name String the Component name

Description

This method finds Component in a children collection by name.


On-line, printable versions and updates