Uses of Class
org.compiere.util.HtmlCode
-
Packages that use HtmlCode Package Description org.compiere.util -
-
Uses of HtmlCode in org.compiere.util
Methods in org.compiere.util that return HtmlCode Modifier and Type Method Description HtmlCode
HtmlCode. addElement(String element)
Adds an Element to the element.HtmlCode
HtmlCode. addElement(String hashcode, String element)
Adds an Element to the element.HtmlCode
HtmlCode. addElement(String hashcode, org.apache.ecs.Element element)
Adds an Element to the element.HtmlCode
HtmlCode. addElement(org.apache.ecs.Element element)
Adds an Element to the element.static HtmlCode
WebUtil. getForward(String url, int delaySec)
Return a link and script with new location.HtmlCode
HtmlCode. removeElement(String hashcode)
Removes an Element from the element.
-