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 voidHTMLExtension. 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 PrintDataElementPrintData. getPKey()Get Primary Key in rowMethods in org.compiere.print with parameters of type PrintDataElement Modifier and Type Method Description voidPrintData. addNode(PrintDataElement node)Add node to Data Structure rowvoidIHTMLExtension. 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 PrintDataElementInstanceAttributeColumn. getPrintDataElement(int rowIndex)Methods in org.compiere.print.layout with parameters of type PrintDataElement Modifier and Type Method Description static ImageElementImageElement. get(PrintDataElement data, String imageURLString)Create Image from database column
-