Uses of Class
org.compiere.print.MPrintFormat
Packages that use MPrintFormat
Package
Description
Provide implementation of print data export to excel format.
Provide implementation of iDempiere form.
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Base classes for UI form.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
Provide interface and classes for custom report header and footer
Provide interface and classes for report engine content rendering service
-
Uses of MPrintFormat in org.adempiere.print.export
Constructors in org.adempiere.print.export with parameters of type MPrintFormatModifierConstructorDescriptionPrintDataExcelExporter(PrintData printData, MPrintFormat printFormat) PrintDataExcelExporter(PrintData printData, MPrintFormat printFormat, Map<MPrintFormatItem, PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats) PrintDataExcelExporter(PrintData printData, MPrintFormat printFormat, Map<MPrintFormatItem, PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats, MQuery query) PrintDataXLSXExporter(PrintData printData, MPrintFormat printFormat) PrintDataXLSXExporter(PrintData printData, MPrintFormat printFormat, Boolean[] colSuppressRepeats) PrintDataXLSXExporter(PrintData printData, MPrintFormat printFormat, Map<MPrintFormatItem, PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats, MQuery query) -
Uses of MPrintFormat in org.adempiere.webui.apps.form
Fields in org.adempiere.webui.apps.form declared as MPrintFormatModifier and TypeFieldDescriptionprotected MPrintFormatWReportCustomization.fmPrint format fromReportEngine.getPrintFormat() -
Uses of MPrintFormat in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MPrintFormatMethods in org.adempiere.webui.panel that return MPrintFormatMethods in org.adempiere.webui.panel with parameters of type MPrintFormatConstructors in org.adempiere.webui.panel with parameters of type MPrintFormat -
Uses of MPrintFormat in org.compiere.apps.form
Methods in org.compiere.apps.form that return MPrintFormatMethods in org.compiere.apps.form with parameters of type MPrintFormat -
Uses of MPrintFormat in org.compiere.model
Methods in org.compiere.model with parameters of type MPrintFormatModifier and TypeMethodDescriptionvoidMPInstance.updatePrintFormatAndLanguageIfEmpty(MPrintFormat format) Set AD_PrintFormat_ID if empty, AD_Language_ID if empty and save the record. -
Uses of MPrintFormat in org.compiere.print
Methods in org.compiere.print that return MPrintFormatModifier and TypeMethodDescriptionMPrintFormat.clone()Deprecated.static MPrintFormatMPrintFormat.copy(Properties ctx, int from_AD_PrintFormat_ID, int to_AD_PrintFormat_ID) Copy existing Definition To Clientstatic MPrintFormatMPrintFormat.copyToClient(Properties ctx, int AD_PrintFormat_ID, int to_Client_ID) Copy existing Definition To Clientstatic MPrintFormatMPrintFormat.copyToClient(Properties ctx, int AD_PrintFormat_ID, int to_Client_ID, String trxName) Copy existing Definition To Clientstatic MPrintFormatMPrintFormat.createFromGridLayout(Properties ctx, GridTab gridTab, boolean allColumns) Create and save new print format from GridTabstatic MPrintFormatMPrintFormat.createFromReportView(Properties ctx, int AD_ReportView_ID, String ReportName) Create and save new MPrintFormat instance from ReportViewstatic MPrintFormatMPrintFormat.createFromTable(Properties ctx, int AD_Table_ID) Create and save new MPrintFormat instance for Tablestatic MPrintFormatMPrintFormat.createFromTable(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID) Create and save new MPrintFormat instance for Tablestatic MPrintFormatMPrintFormat.createFromTable(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID, String trxName) Create and save new MPrintFormat instance for Tablestatic MPrintFormatMPrintFormat.get(int AD_PrintFormat_ID) Get Print Format from cache (immutable)static MPrintFormatMPrintFormat.get(Properties ctx, int AD_PrintFormat_ID, boolean readFromDisk) Get Print Format from cache (immutable)static MPrintFormatMPrintFormat.get(Properties ctx, int AD_ReportView_ID, int AD_Table_ID) Get (default) Print format for Report View or TableReportEngine.getPrintFormat()Get PrintFormatMPrintFormat.markImmutable()Methods in org.compiere.print with parameters of type MPrintFormatModifier and TypeMethodDescriptionintPrintFormatUtil.addMissingColumns(MPrintFormat pf) Add Missing Columns for Print Formatstatic MPrintFormatItemMPrintFormatItem.createFromColumn(MPrintFormat format, int AD_Column_ID, int seqNo) Create and Save Print Format Item from Columnstatic MPrintFormatItemMPrintFormatItem.createFromGridField(MPrintFormat format, GridField gridField, int seqNo) Create and save print format item from GridFieldDataEngine.getPrintData(Properties ctx, MPrintFormat format, MQuery query) Load DataDataEngine.getPrintData(Properties ctx, MPrintFormat format, MQuery query, boolean summary) Load DatavoidReportEngine.setPrintFormat(MPrintFormat pf) Set PrintFormat.static voidMPrintFormat.setUniqueName(int AD_Client_ID, MPrintFormat pf, String basename) Set unique name for print format (starting from basename)static booleanReportCtl.startDocumentPrint(int type, MPrintFormat customPrintFormat, int Record_ID, IProcessUI parent, int WindowNo, boolean IsDirectPrint, String printerName, MPInstance instance) Start Document Print for Type with specified printer.static booleanReportCtl.startDocumentPrint(int type, MPrintFormat customPrintFormat, int Record_ID, IProcessUI parent, int WindowNo, String printerName) Start Document Print for Type with specified printer.static booleanServerReportCtl.startDocumentPrint(int type, MPrintFormat customPrintFormat, int Record_ID, String printerName) Start Document Print for Type with specified printer.static booleanServerReportCtl.startDocumentPrint(int type, MPrintFormat customPrintFormat, int Record_ID, String printerName, ProcessInfo pi) Start Document Print for Type with specified printer.Constructors in org.compiere.print with parameters of type MPrintFormatModifierConstructorDescriptionMPrintFormat(Properties ctx, MPrintFormat copy) Copy constructorMPrintFormat(Properties ctx, MPrintFormat copy, String trxName) Copy constructorMPrintFormat(MPrintFormat copy) Copy constructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info) ConstructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary) Create report engine with summary and null transactionReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary, String trxName) ConstructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary, String trxName, int windowNo) ConstructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName) Create report engine with summary = falseReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName, int windowNo) Set report engine with summary = false -
Uses of MPrintFormat in org.compiere.print.layout
Methods in org.compiere.print.layout that return MPrintFormatMethods in org.compiere.print.layout with parameters of type MPrintFormatModifier and TypeMethodDescriptionstatic Boolean[]LayoutEngine.getColSuppressRepeats(MPrintFormat format) Get suppress repeat columnsvoidLayoutEngine.setPrintFormat(MPrintFormat format, boolean doLayout) Set Print Format.
Optionally re-calculate layout.Constructors in org.compiere.print.layout with parameters of type MPrintFormatModifierConstructorDescriptionLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info) ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, int windowNo) Detail ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName) Detail ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName, int windowNo) Detail Constructor -
Uses of MPrintFormat in org.idempiere.print
Methods in org.idempiere.print with parameters of type MPrintFormatModifier and TypeMethodDescriptionvoidIPrintHeaderFooter.createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) Create report header and footervoidStandardHeaderFooter.createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) Create Standard Header/Footer -
Uses of MPrintFormat in org.idempiere.print.renderer
Methods in org.idempiere.print.renderer with parameters of type MPrintFormatModifier and TypeMethodDescriptionstatic voidHTMLReportRenderer.addCssInfo(MPrintFormat printFormat, MPrintFormatItem formatItem, int index, Map<HTMLReportRenderer.CSSInfo, List<HTMLReportRenderer.ColumnInfo>> mapCssInfo) Create css info from formatItem, add all column has same CSSInfo in a listConstructors in org.idempiere.print.renderer with parameters of type MPrintFormat