Minimum requirements to join a component hierarchy
Methods
|
|
getComponentName
getParentComponent
notifyUponAssembly
|
|
getComponentName
|
getComponentName ()
Return this component's name relative to its parent, or None
|
|
getParentComponent
|
getParentComponent ()
Return the parent component of this object, or None
|
|
notifyUponAssembly
|
notifyUponAssembly ( child )
Call child.uponAssembly() when component knows its root
|
|