Uses of Class
org.compiere.print.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
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) Create and save new print format from GridTabstatic MPrintFormat
MPrintFormat.createFromReportView
(Properties ctx, int AD_ReportView_ID, String ReportName) Create and save new MPrintFormat instance from ReportViewstatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID) Create and save new MPrintFormat instance for Tablestatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID) Create and save new MPrintFormat instance for Tablestatic MPrintFormat
MPrintFormat.createFromTable
(Properties ctx, int AD_Table_ID, int AD_PrintFormat_ID, String trxName) Create and save new MPrintFormat instance for Tablestatic MPrintFormat
MPrintFormat.get
(int AD_PrintFormat_ID) Get Print Format from cache (immutable)static MPrintFormat
MPrintFormat.get
(Properties ctx, int AD_PrintFormat_ID, boolean readFromDisk) Get Print Format from cache (immutable)static MPrintFormat
MPrintFormat.get
(Properties ctx, int AD_ReportView_ID, int AD_Table_ID) Get (default) Print format 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 and Save Print Format Item from Columnstatic MPrintFormatItem
MPrintFormatItem.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 Datavoid
ReportEngine.setPrintFormat
(MPrintFormat pf) Set PrintFormat.static void
MPrintFormat.setUniqueName
(int AD_Client_ID, MPrintFormat pf, String basename) Set unique name for print format (starting from 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) 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
Modifier and TypeMethodDescriptionstatic Boolean[]
LayoutEngine.getColSuppressRepeats
(MPrintFormat format) Get suppress repeat columnsvoid
LayoutEngine.setPrintFormat
(MPrintFormat format, boolean doLayout) Set Print Format.
Optionally re-calculate layout.ModifierConstructorDescriptionLayoutEngine
(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