Uses of Class
org.compiere.print.MPrintFormat
-
Packages that use MPrintFormat Package Description org.adempiere.print.export org.adempiere.webui.panel org.compiere.apps.form org.compiere.print Provides for....org.compiere.print.layout org.idempiere.print -
-
Uses of MPrintFormat in org.adempiere.print.export
Constructors in org.adempiere.print.export with parameters of type MPrintFormat Constructor Description PrintDataExcelExporter(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.panel
Fields in org.adempiere.webui.panel declared as MPrintFormat Modifier and Type Field Description MPrintFormat
WRCTabPanel. m_pf
Methods in org.adempiere.webui.panel that return MPrintFormat Modifier and Type Method Description MPrintFormat
WRC1DisplayFieldsPanel. getM_printFormat()
Methods in org.adempiere.webui.panel with parameters of type MPrintFormat Modifier and Type Method Description void
WRCTabPanel. setMPrintFormat(MPrintFormat pf)
Constructors in org.adempiere.webui.panel with parameters of type MPrintFormat Constructor Description WRC1DisplayFieldsPanel(MPrintFormat pf)
-
Uses of MPrintFormat in org.compiere.apps.form
Methods in org.compiere.apps.form that return MPrintFormat Modifier and Type Method Description MPrintFormat
GenForm. getPrintFormat()
Methods in org.compiere.apps.form with parameters of type MPrintFormat Modifier and Type Method Description void
GenForm. setPrintFormat(MPrintFormat printFormat)
-
Uses of MPrintFormat in org.compiere.print
Methods in org.compiere.print that return MPrintFormat Modifier and Type Method Description MPrintFormat
MPrintFormat. 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 TableMPrintFormat
ReportEngine. getPrintFormat()
Get PrintFormatMPrintFormat
MPrintFormat. markImmutable()
Methods in org.compiere.print with parameters of type MPrintFormat Modifier and Type Method Description int
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)
PrintData
DataEngine. getPrintData(Properties ctx, MPrintFormat format, MQuery query)
Load DataPrintData
DataEngine. 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)
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.Constructors in org.compiere.print with parameters of type MPrintFormat Constructor Description MPrintFormat(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, String trxName)
Set report engine with summary = false -
Uses of MPrintFormat in org.compiere.print.layout
Methods in org.compiere.print.layout that return MPrintFormat Modifier and Type Method Description MPrintFormat
LayoutEngine. getFormat()
Get Format ModelMethods in org.compiere.print.layout with parameters of type MPrintFormat Modifier and Type Method Description static Boolean[]
LayoutEngine. getColSuppressRepeats(MPrintFormat format)
void
LayoutEngine. setPrintFormat(MPrintFormat format, boolean doLayout)
Set Print Format Optionally re-calculate layoutConstructors in org.compiere.print.layout with parameters of type MPrintFormat Constructor Description LayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info)
Detail ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName)
Detail Constructor -
Uses of MPrintFormat in org.idempiere.print
Methods in org.idempiere.print with parameters of type MPrintFormat Modifier and Type Method Description void
IPrintHeaderFooter. createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query)
void
StandardHeaderFooter. createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query)
Create Standard Header/Footer
-