contains(descendant)

Class: Panel. Method inherited from ComponentContainer.

Description:

Checks if passed component is a descendant of this container component.

Parameters:

Name Type Description

descendant

UIComponent

Child component to check.

Returns:

If the descendant component is inside of this component.

Type: boolean

Throws:

Also See: