Package org.compiere.print.layout
Class PInstanceLogElement
java.lang.Object
org.compiere.print.layout.PrintElement
org.compiere.print.layout.GridElement
org.compiere.print.layout.PInstanceLogElement
- All Implemented Interfaces:
ImageObserver
,Serializable
Print element for instance log
- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- FR [ 1966406 ] Report Engine: AD_PInstance_Logs should be displayed
- See Also:
-
Field Summary
Fields inherited from class org.compiere.print.layout.GridElement
m_colGap, m_cols, m_colWidth, m_frc, m_iterator, m_rowGap, m_rowHeight, m_rows, m_textLayout
Fields inherited from class org.compiere.print.layout.PrintElement
LINK_COLOR, log, p_FieldAlignmentType, p_height, p_maxHeight, p_maxWidth, p_pageLocation, p_sizeCalculated, p_width
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
-
Constructor Summary
ConstructorDescriptionPInstanceLogElement
(Properties ctx, MQuery query, MPrintTableFormat tFormat) -
Method Summary
Methods inherited from class org.compiere.print.layout.GridElement
calculateSize, paint, setData, setGap
Methods inherited from class org.compiere.print.layout.PrintElement
getAbsoluteLocation, getBounds, getCurrentPage, getDetailInfo, getDrillAcross, getDrillDown, getHeight, getHeight, getLocation, getPageCount, getPageLogic, getPrintData, getRowIndex, getWidth, imageUpdate, isTranslated, layout, setCurrentPage, setLocation, setMaxHeight, setMaxWidth, setPageLogic, setPrintData, setRowIndex, toString, translate, waitForLoad
-
Constructor Details
-
PInstanceLogElement
- Parameters:
ctx
-query
-tFormat
-
-
-
Method Details
-
getEffectiveRowCount
public int getEffectiveRowCount()Get effective row count- Returns:
- number of rows effectively added
-