Uses of Class
org.compiere.print.MPrintTableFormat
Package
Description
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
-
Uses of MPrintTableFormat in org.compiere.print
Modifier and TypeMethodDescriptionstatic MPrintTableFormat
MPrintTableFormat.get
(Properties ctx, int AD_PrintTableFormat_ID, int AD_PrintFont_ID) Get Table Formatstatic MPrintTableFormat
MPrintTableFormat.get
(Properties ctx, int AD_PrintTableFormat_ID, Font standard_font) Get Table Format.static MPrintTableFormat
MPrintTableFormat.getDefault
(Properties ctx) Get Default Table Format.MPrintFormat.getTableFormat()
Get Table FormatMPrintTableFormat.markImmutable()
ModifierConstructorDescriptionMPrintTableFormat
(Properties ctx, MPrintTableFormat copy) MPrintTableFormat
(Properties ctx, MPrintTableFormat copy, String trxName) -
Uses of MPrintTableFormat in org.compiere.print.layout
ModifierConstructorDescriptionParameterElement
(MQuery query, Properties ctx, MPrintTableFormat tFormat) Parameter Element.PInstanceLogElement
(Properties ctx, MQuery query, MPrintTableFormat tFormat) TableElement
(ValueNamePair[] columnHeader, int[] columnMaxWidth, int[] columnMaxHeight, String[] columnJustification, boolean[] fixedWidth, ArrayList<Integer> functionRows, boolean multiLineHeader, org.compiere.print.util.SerializableMatrix<Serializable> data, KeyNamePair[] pk, String pkColumnName, int pageNoStart, Rectangle firstPage, Rectangle nextPages, int repeatedColumns, HashMap<Integer, Integer> additionalLines, HashMap<Point, Font> rowColFont, HashMap<Point, Color> rowColColor, HashMap<Point, Color> rowColBackground, MPrintTableFormat tFormat, ArrayList<Integer> pageBreak, Boolean[] colSuppressRepeats, HashMap<Point, MReportLine> rowColReportLine, ArrayList<Integer> finReportSumRows) Constructor.