Package org.adempiere.webui.report
Class HTMLExtension
- java.lang.Object
-
- org.adempiere.webui.report.HTMLExtension
-
- All Implemented Interfaces:
IHTMLExtension
public class HTMLExtension extends Object implements IHTMLExtension
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description HTMLExtension(String contextPath, String classPrefix, String componentId)
-
Method Summary
All Methods Instance Methods Concrete 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
-
extendIDColumn
public void extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)
- Specified by:
extendIDColumn
in interfaceIHTMLExtension
-
extendRowElement
public void extendRowElement(org.apache.ecs.ConcreteElement row, PrintData printData)
- Specified by:
extendRowElement
in interfaceIHTMLExtension
-
getClassPrefix
public String getClassPrefix()
- Specified by:
getClassPrefix
in interfaceIHTMLExtension
-
getScriptURL
public String getScriptURL()
- Specified by:
getScriptURL
in interfaceIHTMLExtension
-
getStyleURL
public String getStyleURL()
- Specified by:
getStyleURL
in interfaceIHTMLExtension
-
setWebAttribute
public void setWebAttribute(org.apache.ecs.xhtml.body reportBody)
- Specified by:
setWebAttribute
in interfaceIHTMLExtension
-
getFullPathStyle
public String getFullPathStyle()
- Specified by:
getFullPathStyle
in interfaceIHTMLExtension
-
-