Dimension List Panel Bean

OLAPDimensionListPanel is a javax.swing.JPanel object that contains a DimensionList with a count label and a toolbar. You can use the OLAPDimensionListPanel to provide essentially the same functionality as the DimensionListDialog, without displaying a separate dialog. You can use OLAPDimensionListPanel to include a dimension list (with a toolbar and a count label) inside another panel of an application.

Components of OLAPDimensionListPanel

The following list describes the components of OLAPDimensionListPanel and their properties. All three components are visible by default.

Example: OLAPDimensionListPanel and its components

The following example shows a OLAPDimensionListPanel, with all members expanded to the lowest hierarchical level, and its components. As shown in this example, the currently selected member is Brazil.

DimensionListPanel and its components

Tools on the DimToolbar

The toolbar on the OLAPDimensionListPanel provides several helpful tools, as described in the following list:

Collapse All icon from toolbar Collapse All: Collapses the entire list to the highest hierarchical level.

Expand All icon from toolbar Expand All: Expands the entire list to the lowest hierarchical level.

Find icon from toolbar Find: Opens the Find Members dialog box.

Hierarchies and Levels drop-down box: Provides a drop-down list of hierarchies and levels for the current dimension.

What are the Dimension List Beans?