A B C E G H I L P R S T V W Z

A

addHyperlinkListener(HyperlinkListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds a listener for hyperlink clicks.
addServerRequestListener(ServerRequestListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds a listener for the viewer's constrained properties.
addViewChangeListener(ViewChangeListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds a listener for view changes.

B

busyChanged(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.

C

canCloseCurrentViewChanged(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
closeCurrentView() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
If the canCloseCurrentView property is true, closes the current view.
com.crystaldecisions.ReportViewer - package com.crystaldecisions.ReportViewer
This package provides access to the thick-client report viewer.
currentPageNumberChanged(int) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
currentViewNameChanged(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.

E

exportView(int, File) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
If the exportingPossible property is true, writes the report to the local disk in the indicated format.
exportView(int, int, int, File) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
If the exportingPossible property is true, writes a range of pages from the report to the local disk in the indicated format.

G

getBusy() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer is performing a command or is idle.
getCanCloseCurrentView() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the current report view can be closed.
getCanDrillDown() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the user is allowed to open drill-down views on groups and subreports.
getCurrentMessage() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the most recent message displayed by the viewer.
getCurrentPageNumber() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the page number from page panel of the current view.
getCurrentTip() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the most recent tooltip displayed by the viewer.
getCurrentViewName() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the name of the current report view.
getEnableHyperlink() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the cursor changes shape over hyperlinks in the report.
getExportingPossible() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer has permission from the Security Manager to write to the local disk.
getHasExportButton() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar has an Export button.
getHasGroupTree() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether views on the current report have a group tree pane.
getHasPrintButton() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar has a Print button.
getHasRefreshButton() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar has a Refresh button.
getHasStatusBar() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. The viewer no longer has a status bar.
getHasTextSearchControls() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar has a Find button.
getHasToolBar() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar is visible.
getHasZoomControl() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar has a zoom (magnification) control.
getLanguage() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. Replaced by getLocale.
getLastPageNumber() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the highest-known page number from page panel of the current view.
getLastPageNumberKnown() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the last page number from the page panel of the current view is known.
getPrintingPossible() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer has permission from the Security Manager to print.
getPromptOnRefresh() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
getReportName() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
getReportParameter() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
getReportSource() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the current IReportSource used by the report viewer.
getReportTitle() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
getSearchText() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns the most recent search text.
getSelectionFormula() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
getShowControlTooltips() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer's toolbar shows tooltips when the mouse hovers over controls.
getShowCrystalLogo() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. Replaced by getShowLogo.
getShowGroupTree() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the current view's group tree pane is expanded or collapsed.
getShowLogo() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the Business Objects logo is shown in the report viewer's toolbar.
getShowReportTooltips() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer shows tooltips when the mouse hovers over report objects in the page pane.
getURL() - Method in class com.crystaldecisions.ReportViewer.HyperlinkEvent
Returns the hyperlink that was clicked by the user.
getViewName() - Method in class com.crystaldecisions.ReportViewer.ViewChangeEvent
Returns the name of the view that has changed.
groupWidthChanged(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.

H

hyperlinkClicked(HyperlinkEvent) - Method in interface com.crystaldecisions.ReportViewer.HyperlinkListener
Invoked when the user has clicked on a hyperlink in a report.
hyperlinkClicked(URL) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
HyperlinkEvent - class com.crystaldecisions.ReportViewer.HyperlinkEvent.
An event which indicates that the user has clicked on a hyperlink in a report.
HyperlinkEvent(Object, URL) - Constructor for class com.crystaldecisions.ReportViewer.HyperlinkEvent
Constructs a HyperlinkEvent object.
HyperlinkListener - interface com.crystaldecisions.ReportViewer.HyperlinkListener.
The interface for receiving hyperlink click notifications in a report.

I

isBusy() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer is performing a command or is idle.
isExportingPossible() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer has permission from the Security Manager to write to the local disk.
isLastPageNumberKnown() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the last page number from the page panel of the current view is known.
isPrintingPossible() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Returns whether the report viewer has permission from the Security Manager to print.

L

lastPageNumberChanged(int) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
lastPageNumberKnownChanged(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.

P

printView() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
If the printingPossible property is true, prints all pages in the current view.

R

readExternal(ObjectInput) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Reads the state of the report viewer from the ObjectInput object.
refreshReport() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Closes all views except the initial one (the "Preview" view), discards all information cached for the report, and re-requests the current page of the report.
removeHyperlinkListener(HyperlinkListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Removes a listener for hyperlink clicks.
removeServerRequestListener(ServerRequestListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Removes a listener for the viewer's constrained properties.
removeViewChangeListener(ViewChangeListener) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Removes a listener for view changes.
ReportViewerBean - class com.crystaldecisions.ReportViewer.ReportViewerBean.
A Java Bean and extension of javax.swing.JApplet for viewing Crystal reports.
ReportViewerBean() - Constructor for class com.crystaldecisions.ReportViewer.ReportViewerBean
Constructs a ReportViewerBean object.
requestEnded(URL, String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
requestStarted(URL, String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.

S

searchForText(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Displays the next occurrence of the given text in the report output.
searchForText(String, boolean, boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated.  
searchTextChanged(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setCanDrillDown(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Sets whether the user is allowed to open drill-down views on groups and subreports.
setEnableHyperlink(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Sets whether the cursor should change shape over hyperlinks in the report.
setHasExportButton(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes an Export button on the report viewer's toolbar.
setHasGroupTree(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes group tree panes in views on the current report.
setHasPrintButton(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes a Print button on the report viewer's toolbar.
setHasRefreshButton(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes a Refresh button on the report viewer's toolbar.
setHasStatusBar(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. The viewer no longer has a status bar.
setHasTextSearchControls(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes a Find button on the report viewer's toolbar.
setHasToolBar(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Shows or hides the report viewer's toolbar.
setHasZoomControl(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Adds or removes a zoom (magnification) control on the report viewer's toolbar.
setLanguage(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. Replaced by setLocale.
setPromptOnRefresh(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setReportName(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setReportParameter(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setReportSource(Object) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Sets the IReportSource to be used by the report viewer.
setReportTitle(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setSelectionFormula(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
setShowControlTooltips(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Enables or disables the display of tooltips when the mouse hovers over controls in the report viewer's toolbar.
setShowCrystalLogo(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. Replaced by setShowLogo.
setShowGroupTree(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Expands or collapses the group tree pane in the current view.
setShowLogo(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Hides or shows the Business Objects logo in the report viewer's toolbar.
setShowReportTooltips(boolean) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Enables or disables the display of tooltips when the mouse hovers over report objects in the page pane.
setZoomFactor(int) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Sets the zoom (magnification) factor for the page pane in the current view.
showLastPage() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Shows the last page of the report.
showPage(int) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Shows the indicated page.
showTip(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
stopAllCommands() - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Cancels all unfinished commands.

T

toCrystalReport - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Crystal Reports format.
toMSExcel - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Deprecated. Replaced by toMSExcelFormattedData.
toMSExcelDataOnly - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting data columns to Microsoft Excel format.
toMSExcelFormattedData - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Microsoft Excel format.
toMSWord - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Microsoft Word format.
toMSWordEditable - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Microsoft Word format.
toPDF - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Portable Document Format.
toRTF - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies exporting to Rich Text Format.

V

viewActivated(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
viewActivated(ViewChangeEvent) - Method in interface com.crystaldecisions.ReportViewer.ViewChangeListener
Invoked when a report view has been activated.
viewActivated(ViewChangeEvent) - Method in class com.crystaldecisions.ReportViewer.ViewChangeAdapter
Invoked when a report view has been activated.
ViewChangeAdapter - class com.crystaldecisions.ReportViewer.ViewChangeAdapter.
An abstract adapter class for receiving notifications about report views being opened, activated, or closed.
ViewChangeAdapter() - Constructor for class com.crystaldecisions.ReportViewer.ViewChangeAdapter
Constructs a ViewChangeAdapter object.
ViewChangeEvent - class com.crystaldecisions.ReportViewer.ViewChangeEvent.
An event which indicates that a report view (for instance, a drill-down view or a subreport view) has been opened, activated, or closed.
ViewChangeEvent(Object, String) - Constructor for class com.crystaldecisions.ReportViewer.ViewChangeEvent
Constructs a ViewChangeEvent object.
ViewChangeListener - interface com.crystaldecisions.ReportViewer.ViewChangeListener.
The listener interface for receiving notifications about report views being opened, activated, or closed.
viewClosed(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
viewClosed(ViewChangeEvent) - Method in interface com.crystaldecisions.ReportViewer.ViewChangeListener
Invoked when a report view has been closed.
viewClosed(ViewChangeEvent) - Method in class com.crystaldecisions.ReportViewer.ViewChangeAdapter
Invoked when a report view has been closed.
viewOpened(String) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
viewOpened(ViewChangeEvent) - Method in interface com.crystaldecisions.ReportViewer.ViewChangeListener
Invoked when a report view has been opened.
viewOpened(ViewChangeEvent) - Method in class com.crystaldecisions.ReportViewer.ViewChangeAdapter
Invoked when a report view has been opened.

W

writeExternal(ObjectOutput) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
Writes the state of the report viewer to the given output object.

Z

zoomFactorChanged(int) - Method in class com.crystaldecisions.ReportViewer.ReportViewerBean
For internal use only.
zoomToPageWidth - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies showing the entire width of the report page (but not necessarily the length) within the view.
zoomToWholePage - Static variable in class com.crystaldecisions.ReportViewer.ReportViewerBean
Specifies showing the entire report page within the view.

A B C E G H I L P R S T V W Z