|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface for all calculation step views.
| Method Summary | |
void |
cleanup()Cleans up any resources allocated by the panel. |
BuilderContext |
getBuilderContext()Retrieves the BuilderContext instance associated with the panel. |
java.awt.Component |
getComponent()Gets the component for the step view. |
java.awt.Component |
getContainer()Retrieves the container for the StepView. |
boolean |
initStepView()Init the data in the StepView. |
void |
setBuilderContext(BuilderContext builderContext)Specifies the BuilderContext instance for the panel. |
void |
setContainer(java.awt.Component container)Sets the container for the StepView. |
boolean |
updateData(boolean bUpdateUI)Updates information from the StepView to the Step or vice versa. |
boolean |
validateContents(java.lang.Object hintValidate)Validate the contents of the step view. |
| Method Detail |
public void cleanup()
public BuilderContext getBuilderContext()
public java.awt.Component getContainer()
public java.awt.Component getComponent()
public boolean initStepView()
throws DataUtilException
public void setBuilderContext(BuilderContext builderContext)
The - BuilderContext instance for the panel.public void setContainer(java.awt.Component container)
container - The specified container for the step view.
public boolean updateData(boolean bUpdateUI)
throws DataUtilException
bUpdateUI - true to transfer data from the Step to the StepView, false otherwise.public boolean validateContents(java.lang.Object hintValidate)
hintValidate - A hint object to help in the validation process.true<\code> if the operation was successful, false<\code> otherwise.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||