parent property

Component parent
final

This is the "prepare" function that will be called before the component is added to the component list by the add/addAll methods. It is also called when the component changes parent.

Implementation

final Component parent;