Sys.IContainer Interface
Provides a common interface for all components that can contain other components.
Namespace: Sys
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.IContainer);
Members
Name |
Description |
---|---|
Adds a Component object to the current container. |
|
Returns the specified Component instance. |
|
Returns an array of all objects in the current container that inherit from Component. |
|
Removes a Component object from the current container. |
Remarks
Implement this interface in components that might contain other components in order to make the child components publicly available.