Method and Description |
---|
com.haulmont.reports.gui.actions.RunReportAction.setWindow(FrameOwner)
Use
RunReportAction.setScreen(FrameOwner) instead. |
Constructor and Description |
---|
com.haulmont.reports.gui.actions.RunReportAction(FrameOwner)
Use
RunReportAction() instead |
com.haulmont.reports.gui.actions.RunReportAction(String, FrameOwner)
Use
RunReportAction(String) instead |
com.haulmont.reports.gui.actions.TablePrintFormAction(Screen, Table)
Use
TablePrintFormAction(Table) instead. |
com.haulmont.reports.gui.actions.TablePrintFormAction(String, Screen, Table)
Use
TablePrintFormAction(String, Table) instead. |