Uses of Class
org.compiere.print.MPrintFormatItem
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.
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
Provide interface and classes for report engine content rendering service
-
Uses of MPrintFormatItem in org.adempiere.print.export
ModifierConstructorDescriptionPrintDataExcelExporter
(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, Map<MPrintFormatItem, PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats, MQuery query) -
Uses of MPrintFormatItem in org.adempiere.webui.apps.form
Modifier and TypeFieldDescriptionprotected ArrayList<MPrintFormatItem>
WReportCustomization.pfi
Print format items fromReportEngine.getPrintFormat()
-
Uses of MPrintFormatItem in org.adempiere.webui.panel
Modifier and TypeFieldDescriptionprotected ArrayList<MPrintFormatItem>
WRCTabPanel.m_pfi
protected Map<Integer,
MPrintFormatItem> WRCTabPanel.mapPFormatItem
AD_PrintFormatItem_ID:MPrintFormatItemprotected ArrayList<MPrintFormatItem>
WRC3SortCriteriaPanel.noItems
List of print format items not selected for orderingprotected ArrayList<MPrintFormatItem>
WRC4GroupingCriteriaPanel.orderfield
print format items with IsOrderBy=Yprotected ArrayList<MPrintFormatItem>
WRC3SortCriteriaPanel.yesItems
List of print format items selected for orderingModifier and TypeMethodDescriptionprotected String
WRC3SortCriteriaPanel.getName
(MPrintFormatItem pfi) Modifier and TypeMethodDescriptionvoid
WRCTabPanel.setPrintFormatItems
(ArrayList<MPrintFormatItem> pfis) -
Uses of MPrintFormatItem in org.compiere.print
Modifier and TypeMethodDescriptionMPrintFormatItem.copyToClient
(int To_Client_ID, int AD_PrintFormat_ID) Copy existing Definition To ClientMPrintFormatItem.copyToClient
(int To_Client_ID, int AD_PrintFormat_ID, String trxName) Copy existing Definition To Clientstatic 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 GridFieldMPrintFormat.getAllItems()
Get All ItemsMPrintFormat.getAllItems
(String orderBy) Get All Items from DBMPrintFormat.getItem
(int index) Get Print Format Item at indexMPrintFormatItem.markImmutable()
Modifier and TypeMethodDescriptionPrintData.getNodeByPrintFormatItem
(MPrintFormatItem item) Get node with print format item id in current rowstatic boolean
ReportEngine.isDisplayPFItem
(PrintData printData, MPrintFormatItem item) Evaluate display logic of a print format itemModifierConstructorDescriptionMPrintFormatItem
(Properties ctx, MPrintFormatItem copy) Copy constructorMPrintFormatItem
(Properties ctx, MPrintFormatItem copy, String trxName) Copy constructorCopy constructor -
Uses of MPrintFormatItem in org.compiere.print.layout
Modifier and TypeMethodDescriptionInstanceAttributeColumn.getPrintFormatItem()
Get print format itemInstanceAttributeData.getPrintFormatItem()
Get print format itemModifier and TypeMethodDescriptionLayoutEngine.getChildPrintFormatDetails()
Get child print format detailsModifier and TypeMethodDescriptionvoid
LayoutEngine.setChildPrintFormatDetails
(MPrintFormatItem printFormatItem, PrintData printData) Set child print format detailsModifierConstructorDescriptionBarcodeElement
(String code, MPrintFormatItem item) Barcode Element ConstructorBoxElement
(MPrintFormatItem item, Color color) BoxElementInstanceAttributeData
(MPrintFormatItem item, int columnIndex) -
Uses of MPrintFormatItem 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 listModifierConstructorDescriptionColumnInfo
(int index, MPrintFormatItem formatItem) CSSInfo
(MPrintFormat printFormat, MPrintFormatItem item)