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 void
extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)
void
extendRowElement(org.apache.ecs.ConcreteElement row, PrintData printData)
String
getClassPrefix()
String
getFullPathStyle()
String
getScriptURL()
String
getStyleURL()
void
setWebAttribute(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()
-
-