Uses of Class
org.compiere.print.PrintDataElement
-
Packages that use PrintDataElement Package Description org.adempiere.webui.report org.compiere.print Provides for....org.compiere.print.layout -
-
Uses of PrintDataElement in org.adempiere.webui.report
Methods in org.adempiere.webui.report with parameters of type PrintDataElement Modifier and Type Method Description void
HTMLExtension. extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)
-
Uses of PrintDataElement in org.compiere.print
Methods in org.compiere.print that return PrintDataElement Modifier and Type Method Description PrintDataElement
PrintData. getPKey()
Get Primary Key in rowMethods in org.compiere.print with parameters of type PrintDataElement Modifier and Type Method Description void
PrintData. addNode(PrintDataElement node)
Add node to Data Structure rowvoid
IHTMLExtension. extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)
-
Uses of PrintDataElement in org.compiere.print.layout
Methods in org.compiere.print.layout that return PrintDataElement Modifier and Type Method Description PrintDataElement
InstanceAttributeColumn. getPrintDataElement(int rowIndex)
Methods in org.compiere.print.layout with parameters of type PrintDataElement Modifier and Type Method Description static ImageElement
ImageElement. get(PrintDataElement data, String imageURLString)
Create Image from database column
-