Package org.compiere.print
Interface IHTMLExtension
-
- All Known Implementing Classes:
HTMLExtension
public interface IHTMLExtension- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)voidextendRowElement(org.apache.ecs.ConcreteElement row, PrintData printData)StringgetClassPrefix()StringgetFullPathStyle()StringgetScriptURL()StringgetStyleURL()voidsetWebAttribute(org.apache.ecs.xhtml.body reportBody)
-
-
-
Method Detail
-
getClassPrefix
String getClassPrefix()
-
getStyleURL
String getStyleURL()
-
getScriptURL
String getScriptURL()
-
extendRowElement
void extendRowElement(org.apache.ecs.ConcreteElement row, PrintData printData)
-
extendIDColumn
void extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)
-
setWebAttribute
void setWebAttribute(org.apache.ecs.xhtml.body reportBody)
-
getFullPathStyle
String getFullPathStyle()
-
-