|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jminor.framework.client.ui.reporting.EntityReportUiUtil
public final class EntityReportUiUtil
A static utility class for displaying reports.
Method Summary | ||
---|---|---|
static void |
viewJdbcReport(JComponent component,
ReportWrapper reportWrapper,
ReportUIWrapper uiWrapper,
String reportTitle,
EntityConnectionProvider connectionProvider)
Shows a report viewer for report printing |
|
static void |
viewReport(JComponent component,
ReportWrapper reportWrapper,
ReportUIWrapper uiWrapper,
ReportDataWrapper dataSource,
String reportTitle)
Shows a report viewer for report printing |
|
static
|
viewReport(ReportResult<T> reportResult,
ReportUIWrapper<T> uiWrapper,
String frameTitle)
Shows a view for report printing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void viewJdbcReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, String reportTitle, EntityConnectionProvider connectionProvider)
component
- the component for which to set the wait cursor while the report is being filledreportWrapper
- the report wrapperuiWrapper
- the ui wrapperreportTitle
- the title to display on the frameconnectionProvider
- the db providerpublic static void viewReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, ReportDataWrapper dataSource, String reportTitle)
component
- the component for which to set the wait cursor while the report is being filledreportWrapper
- the report wrapperuiWrapper
- the ui wrapperdataSource
- the datasource used to provide the report datareportTitle
- the title to display on the framepublic static <T> void viewReport(ReportResult<T> reportResult, ReportUIWrapper<T> uiWrapper, String frameTitle)
reportResult
- the report resultuiWrapper
- the UI wrapperframeTitle
- the title to display on the frame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |