Uses of Class
org.compiere.print.MPrintFormatItem
-
Packages that use MPrintFormatItem Package Description org.adempiere.print.export org.adempiere.webui.apps.form org.adempiere.webui.panel org.compiere.print Provides for....org.compiere.print.layout -
-
Uses of MPrintFormatItem in org.adempiere.print.export
Constructor parameters in org.adempiere.print.export with type arguments of type MPrintFormatItem Constructor Description 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, 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 MPrintFormatItem Modifier and Type Field Description ArrayList<MPrintFormatItem>WReportCustomization. pfi -
Uses of MPrintFormatItem in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel with type parameters of type MPrintFormatItem Modifier and Type Field Description ArrayList<MPrintFormatItem>WRCTabPanel. m_pfiMap<Integer,MPrintFormatItem>WRCTabPanel. mapPFormatItemMethods in org.adempiere.webui.panel that return MPrintFormatItem Modifier and Type Method Description MPrintFormatItemWRCTabPanel. getPrintFormatItem(int AD_PrintFormatItem_ID)Method parameters in org.adempiere.webui.panel with type arguments of type MPrintFormatItem Modifier and Type Method Description voidWRCTabPanel. setPrintFormatItems(ArrayList<MPrintFormatItem> pfis) -
Uses of MPrintFormatItem in org.compiere.print
Methods in org.compiere.print that return MPrintFormatItem Modifier and Type Method Description MPrintFormatItemMPrintFormatItem. copyToClient(int To_Client_ID, int AD_PrintFormat_ID)Copy existing Definition To ClientMPrintFormatItemMPrintFormatItem. 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 Print Format Item from Columnstatic MPrintFormatItemMPrintFormatItem. createFromGridField(MPrintFormat format, GridField gridField, int seqNo)MPrintFormatItem[]MPrintFormat. getAllItems()Get All ItemsMPrintFormatItem[]MPrintFormat. getAllItems(String orderBy)Get All ItemsMPrintFormatItemMPrintFormat. getItem(int index)Get Print Format ItemMPrintFormatItemMPrintFormatItem. markImmutable()Methods in org.compiere.print with parameters of type MPrintFormatItem Modifier and Type Method Description voidReportEngine. addCssInfo(MPrintFormatItem formatItem, int index)create css info from formatItem, add all column has same formatItem in a listObjectPrintData. getNodeByPrintFormatItem(MPrintFormatItem item)Constructors in org.compiere.print with parameters of type MPrintFormatItem Constructor Description ColumnInfo(int index, MPrintFormatItem formatItem)CSSInfo(MPrintFormatItem item)MPrintFormatItem(Properties ctx, MPrintFormatItem copy)MPrintFormatItem(Properties ctx, MPrintFormatItem copy, String trxName)MPrintFormatItem(MPrintFormatItem copy) -
Uses of MPrintFormatItem in org.compiere.print.layout
Methods in org.compiere.print.layout that return MPrintFormatItem Modifier and Type Method Description MPrintFormatItemInstanceAttributeColumn. getPrintFormatItem()MPrintFormatItemInstanceAttributeData. getPrintFormatItem()Methods in org.compiere.print.layout that return types with arguments of type MPrintFormatItem Modifier and Type Method Description Map<MPrintFormatItem,PrintData>LayoutEngine. getChildPrintFormatDetails()Methods in org.compiere.print.layout with parameters of type MPrintFormatItem Modifier and Type Method Description voidLayoutEngine. setChildPrintFormatDetails(MPrintFormatItem printFormatItem, PrintData printData)Constructors in org.compiere.print.layout with parameters of type MPrintFormatItem Constructor Description BarcodeElement(String code, MPrintFormatItem item)Barcode Element ConstructorBoxElement(MPrintFormatItem item, Color color)BoxElementInstanceAttributeData(MPrintFormatItem item, int columnIndex)
-