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
public class PInstanceLogElement extends GridElement
- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- FR [ 1966406 ] Report Engine: AD_PInstance_Logs should be displayed
- See Also:
- Serialized Form
-
-
Field Summary
-
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
Constructors Constructor Description PInstanceLogElement(Properties ctx, MQuery query, MPrintTableFormat tFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEffectiveRowCount()
-
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 Detail
-
PInstanceLogElement
public PInstanceLogElement(Properties ctx, MQuery query, MPrintTableFormat tFormat)
-
-