Depending on how you customize the QueryBuilder bean, the modes can include the following panels:
Welcome (used only with Wizard mode), where users view instructions for the QueryBuilder. You can use the default Welcome panel, either by accepting all its default text or by supplying your own text. You can also choose to remove the default Welcome panel and provide a custom one or none at all.
Use the WelcomePanel.java
class in the oracle.dss.datautil.gui.panel
package.
Items, where users select the items (such as measures) that they want to work with.
Layout, where users specify how they want the query results to be displayed. A different panel is displayed, depending on whether the query is presented in a crosstab,graph, or table.
Tip: If you are creating or editing a query in which the presentation is unknown, then the default presentation is a crosstab.
Dimensions, where users specify the criteria for a set of members for each dimension that they want to work with.
Hidden Dimensions, where users specify which members of hidden dimensions to add to a query.
Note: You can create and add additional panels as needed.
Customizing QueryBuilder Panels
Location of Classes for QueryBuilder Panels
Modes of the QueryBuilder