Containers
The primary difference between containers and regular components is that containers may hold other components and containers inside them.
Each container has one or more panes in which child components may be placed. For example, a Panel container has a single pane that is always visible and has no decoration. A Tabbed Panel container may have any number of panes (tabs) containing child components. Every pane has a separate layout and may contain any number of child components or containers.
The basic component of a web dashboard is its root panel. This component is a container for all other components of a dashboard. When a dashboard is running, its root panel occupies all available space within the dashboard.
Was this page helpful?