removeComponent

open override fun removeComponent(component: Component)

Removes the given Component from this ComponentContainer. Note that this function is applied recursively until it either traverses the whole component tree or finds the component to remove.

Return

true if change happened, false if not

Sources

(source)
Link copied to clipboard