add Component
Adds a child Component to this ComponentContainer. It can either be a leaf component (like a label) or a Container which can itself contain components within itself.
Builds a Component using the given component Builder and adds it to this ComponentContainer.