|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Methods that are specific to container objects for QueryBuilder and CalcBuilder.
| Method Summary | |
BuilderContext |
getBuilderContext()Retrieves the BuilderContext object that is associated with the BuilderDialog. |
java.awt.Component |
getComponent()Retrieves the component that is associated with the BuilderDialog. |
boolean |
initialize()Initializes the contents of the BuilderDialog object. |
boolean |
refresh()Refreshes the contents of the BuilderDialog object. |
boolean |
run()Signals the BuilderDialog object to run the dialog. |
boolean |
setPanelVisible(java.lang.String panelId, boolean bVisible)Specifies whether the specified panel is to be shown or hidden. |
| Method Detail |
public BuilderContext getBuilderContext()
BuilderContext object that is associated with the BuilderDialog.BuilderContext object.public java.awt.Component getComponent()
BuilderDialog.public boolean initialize()
BuilderDialog object.true if the operation is successful; false if the operation is not successful.public boolean refresh()
BuilderDialog object.true if the operation is successful; false if the operation is not successful.
public boolean run()
throws DataUtilException
BuilderDialog object to run the dialog.true if the dialog is dismissed with an OK command; false if the dialog is cancelled.DataUtilException - if an error is encountered.
public boolean setPanelVisible(java.lang.String panelId,
boolean bVisible)
panelId - The identifier of the specified panel.bVisible - true if the panel is to be marked visible, false if the panel is to be hidden.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||