DimensionListDialog
is the most commonly used dimension list bean. DimensionListDialog
is a dialog with the standard Help, OK, and Cancel buttons, and a panel that displays a dimension list and tools for affecting the display of the list. Compared to the DimensionList
and the DimensionCombo
, DimensionListDialog
is the simplest to create and provides the most functionality.
The code for DimensionListDialog
is found in the oracle.dss.datautil.gui.dimensionList
package.
DimensionListDialog
has a single component: OLAPDimensionListPanel
. You can use the OLAPDimensionListPanel
to provide essentially the same functionality as the DimensionListDialog
, without displaying a separate dialog. The following figure shows a DimensionListDialog
and the OLAPDimensionListPanel
that it contains.