Uses of Class
org.compiere.print.MPrintFormatItem
Packages that use 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.
Reporting interface
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
Constructor parameters in org.adempiere.print.export with type arguments of type MPrintFormatItemModifierConstructorDescriptionPrintDataExcelExporter
(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
Fields in org.adempiere.webui.apps.form with type parameters of type MPrintFormatItemModifier and TypeFieldDescriptionprotected ArrayList<MPrintFormatItem>
WReportCustomization.pfi
Print format items fromReportEngine.getPrintFormat()
-
Uses of MPrintFormatItem in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel with type parameters of type MPrintFormatItemModifier 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 orderingMethods in org.adempiere.webui.panel that return MPrintFormatItemMethods in org.adempiere.webui.panel with parameters of type MPrintFormatItemModifier and TypeMethodDescriptionprotected String
WRC3SortCriteriaPanel.getName
(MPrintFormatItem pfi) Method parameters in org.adempiere.webui.panel with type arguments of type MPrintFormatItemModifier and TypeMethodDescriptionvoid
WRCTabPanel.setPrintFormatItems
(ArrayList<MPrintFormatItem> pfis) -
Uses of MPrintFormatItem in org.compiere.print
Methods in org.compiere.print that return MPrintFormatItemModifier 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()
Methods in org.compiere.print with parameters of type MPrintFormatItemModifier 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 itemConstructors in org.compiere.print with parameters of type MPrintFormatItemModifierConstructorDescriptionMPrintFormatItem
(Properties ctx, MPrintFormatItem copy) Copy constructorMPrintFormatItem
(Properties ctx, MPrintFormatItem copy, String trxName) Copy constructorCopy constructor -
Uses of MPrintFormatItem in org.compiere.print.layout
Methods in org.compiere.print.layout that return MPrintFormatItemModifier and TypeMethodDescriptionInstanceAttributeColumn.getPrintFormatItem()
Get print format itemInstanceAttributeData.getPrintFormatItem()
Get print format itemMethods in org.compiere.print.layout that return types with arguments of type MPrintFormatItemModifier and TypeMethodDescriptionLayoutEngine.getChildPrintFormatDetails()
Get child print format detailsMethods in org.compiere.print.layout with parameters of type MPrintFormatItemModifier and TypeMethodDescriptionvoid
LayoutEngine.setChildPrintFormatDetails
(MPrintFormatItem printFormatItem, PrintData printData) Set child print format detailsConstructors in org.compiere.print.layout with parameters of type MPrintFormatItemModifierConstructorDescriptionBarcodeElement
(String code, MPrintFormatItem item) Barcode Element ConstructorBoxElement
(MPrintFormatItem item, Color color) BoxElementInstanceAttributeData
(MPrintFormatItem item, int columnIndex) -
Uses of MPrintFormatItem in org.idempiere.print.renderer
Methods in org.idempiere.print.renderer with parameters of type MPrintFormatItemModifier 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 listConstructors in org.idempiere.print.renderer with parameters of type MPrintFormatItemModifierConstructorDescriptionColumnInfo
(int index, MPrintFormatItem formatItem) CSSInfo
(MPrintFormat printFormat, MPrintFormatItem item)