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_pfi
Map<Integer,MPrintFormatItem>
WRCTabPanel. mapPFormatItem
Methods in org.adempiere.webui.panel that return MPrintFormatItem Modifier and Type Method Description MPrintFormatItem
WRCTabPanel. getPrintFormatItem(int AD_PrintFormatItem_ID)
Method parameters in org.adempiere.webui.panel with type arguments of type MPrintFormatItem Modifier and Type Method Description void
WRCTabPanel. setPrintFormatItems(ArrayList<MPrintFormatItem> pfis)
-
Uses of MPrintFormatItem in org.compiere.print
Methods in org.compiere.print that return MPrintFormatItem Modifier and Type Method Description MPrintFormatItem
MPrintFormatItem. copyToClient(int To_Client_ID, int AD_PrintFormat_ID)
Copy existing Definition To ClientMPrintFormatItem
MPrintFormatItem. 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 Print Format Item from Columnstatic MPrintFormatItem
MPrintFormatItem. createFromGridField(MPrintFormat format, GridField gridField, int seqNo)
MPrintFormatItem[]
MPrintFormat. getAllItems()
Get All ItemsMPrintFormatItem[]
MPrintFormat. getAllItems(String orderBy)
Get All ItemsMPrintFormatItem
MPrintFormat. getItem(int index)
Get Print Format ItemMPrintFormatItem
MPrintFormatItem. markImmutable()
Methods in org.compiere.print with parameters of type MPrintFormatItem Modifier and Type Method Description void
ReportEngine. addCssInfo(MPrintFormatItem formatItem, int index)
create css info from formatItem, add all column has same formatItem in a listObject
PrintData. 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 MPrintFormatItem
InstanceAttributeColumn. getPrintFormatItem()
MPrintFormatItem
InstanceAttributeData. 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 void
LayoutEngine. 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)
-