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.
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
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.pfiPrint 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_pfiprotected Map<Integer,MPrintFormatItem> WRCTabPanel.mapPFormatItemAD_PrintFormatItem_ID:MPrintFormatItemprotected ArrayList<MPrintFormatItem>WRC3SortCriteriaPanel.noItemsList of print format items not selected for orderingprotected ArrayList<MPrintFormatItem>WRC4GroupingCriteriaPanel.orderfieldprint format items with IsOrderBy=Yprotected ArrayList<MPrintFormatItem>WRC3SortCriteriaPanel.yesItemsList 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 StringWRC3SortCriteriaPanel.getName(MPrintFormatItem pfi) Method parameters in org.adempiere.webui.panel with type arguments of type MPrintFormatItemModifier and TypeMethodDescriptionvoidWRCTabPanel.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 MPrintFormatItemMPrintFormatItem.createFromColumn(MPrintFormat format, int AD_Column_ID, int seqNo) Create and Save Print Format Item from Columnstatic MPrintFormatItemMPrintFormatItem.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 booleanReportEngine.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 TypeMethodDescriptionvoidLayoutEngine.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 voidHTMLReportRenderer.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)