In JDeveloper, BI Beans JSP tags appear in the following tabs of the Component Palette:
The BIBeans general tags are as follows:
AWCommands -- Specifies OLAP DML commands to be run in an analytic workspace.
AWProgram -- Specifies an OLAP DML program to be run in an analytic workspace.
BIThinSession -- Stores initialization information for each page.
Button -- Creates a UIX button that is compatible with BI objects.
CreatePresentation -- Creates a button, link, or image that displays the PresentationBuilder.
DialogLink -- Creates a button that initializes a thin dialog.
DimensionTree -- Hierarchical display of dimension members.
ExplorerDetail -- Browses a specified root folder in the BI Beans Catalog; provides the ability to locate and manage objects.
ExplorerQuickSearch -- Provides an alternative approach for displaying search controls for an ExplorerDetail tag.
ExplorerTree -- Browses a tree file structure.
ExportPresentation -- Creates a button, link, or image that exports a thin crosstab, without presenting options to the user.
FormatTool -- Allows users to format the cells of a thin crosstab.
InitBITags -- Initializes BI Beans JSP tags.
InsertHiddenFields -- Adds hidden fields to the generated HTML form
Presentation -- Creates an instance of a thin presentation bean.
PrintPresentation -- Creates a button, link, or image that displays a PrinterFriendlyView, without presenting options to the user.
QueryLink -- Defines a partial or total link of the queries in multiple presentations.
Render -- Renders a specified thin presentation bean
RevertToSaved --
RotateTool -- Manipulates the layout of dimensions on a thin presentation bean without using the ViewToolbar
SavedSelectionTool -- Applies saved selections to a thin presentation bean without using the ViewToolbar
SaveDef -- Creates a button, link, or image that displays a SaveDialog.
SortTool -- Sorts the dimensions on a thin presentation bean without using the ViewToolbar
StoplightTool -- Allows users to create stoplight reports.
SubmitEvent -- Fires an HTTP event for a BI thin dialog.
SwapDimensions -- Creates a button, link, or image that swaps two dimensions or a dimension and an edge.
SwapEdges -- Creates a button, link, or image that swaps two edges.
Toolbar -- Provides tools for manipulating a thin presentation bean.
ViewType -- Changes the type of a thin presentation bean between thin Crosstab and thin Graph, without using the ViewToolbar.
The BIBeans dialog and wizard tags are as follows:
CalcBuilder -- Displays the CalcBuilder so that users can create and edit calculations.
CrosstabOptions -- Allows users to set options on a thin crosstab, outside of the PresentationBuilder.
ExplorerDialog -- Displays child dialogs of the Explorer Detail tag to assist users in managing Catalog objects.
ExportOptions -- Allows users to set export options and to export a thin crosstab.
FindMember -- Displays additional members of a dimension for selection in the page control of a thin presentation bean
FormatCustomizer -- Enhancement to the FormatTool and the StoplightTool, allows users to manage conditional formats.
GraphOptions -- Allows users to set options on a thin graph, outside of the PresentationBuilder.
GraphStyle -- Allows users to apply a style to a thin graph, outside of the PresentationBuilder.
GraphType -- Allows users to set the graph type of a thin graph, outside of the PresentationBuilder.
Layout -- Allows users to change the layout of a thin graph or thin crosstab, outside of the PresentationBuilder.
PageButtons -- Provides buttons, such as Apply and Cancel, for a thin dialog or wizard page.
PageLocation -- Identifies the location of a page in a wizard.
PageMessages -- Displays information messages in a thin dialog or wizard page.
PageStatus -- Displays instruction text in a thin dialog or wizard page.
PresentationBuilder -- Allows users to create a new thin crosstab or thin graph and to specify its data.
PrintOptions -- Allows users to set print options and to print a thin presentation bean .
PrinterFriendlyView -- Displays a printable version of a presentation.
QueryStartPage -- Defines a page for selecting measures for a query.
RefineSelections
-- Defines a page in which users can edit the selection for each dimension
of the query
of a specified presentation.
The BIBeans list tags are as follows:
CascadingDimensionMemberList -- List of dimension members for levels in a hierarchy.
DimensionMemberList --List of dimension members.
FolderList -- List of folders.
GridListIterator -- Renders a list as a grid.
ListCombo -- Renders a list as a combo box or a list box.
ListItem -- Renders an item in a list.
ListIterator -- Iterates over a list and renders a range of items.
ListNavigator -- Renders a list in a navigator control.
MeasureList -- List of measures, calculations, or both.
ObjectList -- List of objects.
PageList -- List of pages.
PropertySettingsList -- List of items where each item represents one or more property settings.
SavedSelectionList -- List of saved selections.
SubmitLists -- Action that submits list tag selections.
Creating
a BI Beans JSP Application
Generating a Custom BI Beans
JSP Application
Understanding
BI Beans JSP Tags