Interface
caplin.component.composite

CompositeComponentController

The class has been deprecated and may be removed in future releases.
This interface should be implemented by classes wishing to define the way in which individual components should react to events raised by other components that form the caplin.component.composite.CompositeComponent.

THIS IS AN INTERFACE. Classes that wish to provide an implementation of a CompositeComponentController should implement this interface.

Constructor Summary

Attributes Name and Description
caplin.component.composite.CompositeComponentController()

Method Summary

Attributes Name and Description
void finalize()

Call this method to free any resources held by this object.

void initialize(Object mComponents, Object oCompositeController)

Call this method after instantiating it to set a collection of components and allow it to pass itself to each component as an observer for events.

Constructor Detail

caplin.component.composite.CompositeComponentController()

Deprecated
This is deprecated and will not be supported in the future.

Method Detail

void finalize()

Call this method to free any resources held by this object.

void initialize(Object mComponents, Object oCompositeController)

Call this method after instantiating it to set a collection of components and allow it to pass itself to each component as an observer for events.

Parameters
Object mComponents A map of the composite component's child components indexed by component id.
Object oCompositeController A reference to the caplin.component.composite.CompositeComponent object.