Table of Contents
Composite
The Composite is a generic container widget. It exposes all methods to set layouts and to manage child widgets as public methods. Composites must be configured with a layout manager to define the way the widget’s children are positioned.
Features
- Public methods to manage child widgets (add, remove, …)
- Public
setLayoutmethod to define the Composite's layout manager
Description
Composites are used to manually compose widgets. They are always used in combination with a layout manager. The general bahavior of this widget is constrolled by this layout manager.
Demos
Any of the layout demos use Composites:
Here are some links that demonstrate the usage of the widget:
API
Here is a link to the API of the Widget:
qx.ui.container.Composite
