Context Composite(BTTComposite)

The context composite bean (BTTComposite) extends the BTTCoordinatedComp that is associated with a context. It is responsible for the connection between the view and the context model, and is used as an external composition surface for the user interface components. If it is necessary to add other composites inside, they must be of type Embedded Composite.

A BTTComposite bean can contain one or more composites of type Embedded Composite, but the Context Composite must be unique in a view.

This composite executes the operations that are associated with its toolkit visual beans. It will instantiate the operation, and it will chain to the context of the composite (if necessary).

See BTTComposite properties.