Uses of Class
org.compiere.print.MPrintFormat
Package
Description
Provide implementation of print data export to excel format.
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
ModifierConstructorDescriptionPrintDataExcelExporter
(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
Modifier and TypeFieldDescriptionprotected MPrintFormat
WReportCustomization.fm
Print format fromReportEngine.getPrintFormat()
-
Uses of MPrintFormat in org.adempiere.webui.panel
-
Uses of MPrintFormat in org.compiere.apps.form
-
Uses of MPrintFormat in org.compiere.model
Modifier and TypeMethodDescriptionvoid
MPInstance.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
Modifier and TypeMethodDescriptionMPrintFormat.clone()
Deprecated.static MPrintFormat
MPrintFormat.copy
(Properties ctx, int from_AD_PrintFormat_ID, int to_AD_PrintFormat_ID) Copy existing Definition To Clientstatic MPrintFormat
MPrintFormat.copyToClient
(Properties ctx, int AD_PrintFormat_ID, int to_Client_ID) Copy existing Definition To Clientstatic MPrintFormat
MPrintFormat.copyToClient
(Properties ctx, int AD_PrintFormat_ID, int to_Client_ID, String trxName) Copy existing Definition To Clientstatic MPrintFormat
MPrintFormat.createFromGridLayout
(Properties ctx, GridTab gridTab, boolean allColumns) static MPrintFormat
MPrintFormat.createFromReportView
(Properties ctx, int AD_ReportView_ID, String ReportName) Create MPrintFormat for ReportViewstatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID) Create MPrintFormat for Tablestatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID) Create MPrintFormat for Tablestatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID, String trxName) Create MPrintFormat for Tablestatic MPrintFormat
MPrintFormat.get
(int AD_PrintFormat_ID) Get Format from cache (immutable)static MPrintFormat
MPrintFormat.get
(Properties ctx, int AD_PrintFormat_ID, boolean readFromDisk) Get Format from cache (immutable)static MPrintFormat
MPrintFormat.get
(Properties ctx, int AD_ReportView_ID, int AD_Table_ID) Get (default) Printformat for Report View or TableReportEngine.getPrintFormat()
Get PrintFormatMPrintFormat.markImmutable()
Modifier and TypeMethodDescriptionint
PrintFormatUtil.addMissingColumns
(MPrintFormat pf) Add Missing Columns for Print Formatstatic MPrintFormatItem
MPrintFormatItem.createFromColumn
(MPrintFormat format, int AD_Column_ID, int seqNo) Create Print Format Item from Columnstatic MPrintFormatItem
MPrintFormatItem.createFromGridField
(MPrintFormat format, GridField gridField, int seqNo) DataEngine.getPrintData
(Properties ctx, MPrintFormat format, MQuery query) Load DataDataEngine.getPrintData
(Properties ctx, MPrintFormat format, MQuery query, boolean summary) Load Datavoid
ReportEngine.setPrintFormat
(MPrintFormat pf) Set PrintFormat.static void
MPrintFormat.setUniqueName
(int AD_Client_ID, MPrintFormat pf, String basename) static boolean
ReportCtl.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 boolean
ReportCtl.startDocumentPrint
(int type, MPrintFormat customPrintFormat, int Record_ID, IProcessUI parent, int WindowNo, String printerName) Start Document Print for Type with specified printer.static boolean
ServerReportCtl.startDocumentPrint
(int type, MPrintFormat customPrintFormat, int Record_ID, String printerName) Start Document Print for Type with specified printer.static boolean
ServerReportCtl.startDocumentPrint
(int type, MPrintFormat customPrintFormat, int Record_ID, String printerName, ProcessInfo pi) Start Document Print for Type with specified printer.ModifierConstructorDescriptionMPrintFormat
(Properties ctx, MPrintFormat copy) MPrintFormat
(Properties ctx, MPrintFormat copy, String trxName) MPrintFormat
(MPrintFormat copy) ReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary) Set 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) Set 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
Modifier and TypeMethodDescriptionstatic Boolean[]
LayoutEngine.getColSuppressRepeats
(MPrintFormat format) void
LayoutEngine.setPrintFormat
(MPrintFormat format, boolean doLayout) Set Print Format Optionally re-calculate layoutModifierConstructorDescriptionLayoutEngine
(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
Modifier and TypeMethodDescriptionvoid
IPrintHeaderFooter.createHeaderFooter
(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) Create report header and footervoid
StandardHeaderFooter.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
Modifier and TypeMethodDescriptionstatic void
HTMLReportRenderer.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 list