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 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
-
extendIDColumn
public void extendIDColumn(int row, org.apache.ecs.ConcreteElement columnElement, org.apache.ecs.xhtml.a href, PrintDataElement dataElement)- Specified by:
extendIDColumnin interfaceIHTMLExtension
-
extendRowElement
public void extendRowElement(org.apache.ecs.ConcreteElement row, PrintData printData)- Specified by:
extendRowElementin interfaceIHTMLExtension
-
getClassPrefix
public String getClassPrefix()
- Specified by:
getClassPrefixin interfaceIHTMLExtension
-
getScriptURL
public String getScriptURL()
- Specified by:
getScriptURLin interfaceIHTMLExtension
-
getStyleURL
public String getStyleURL()
- Specified by:
getStyleURLin interfaceIHTMLExtension
-
setWebAttribute
public void setWebAttribute(org.apache.ecs.xhtml.body reportBody)
- Specified by:
setWebAttributein interfaceIHTMLExtension
-
getFullPathStyle
public String getFullPathStyle()
- Specified by:
getFullPathStylein interfaceIHTMLExtension
-
-