Sys.IContainer Interface
Provides a common interface for all components that can contain other components.
Namespace:
Sys
Syntax
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.IContainer);
Members
Remarks
Implement this interface in components that might contain other components in order to make the child components publicly available.