com.github.dandelion.datatables.core.html
Class HtmlScript
java.lang.Object
com.github.dandelion.datatables.core.html.HtmlTag
com.github.dandelion.datatables.core.html.HtmlScript
public class HtmlScript
- extends HtmlTag
Plain old HTML script tag.
- Since:
- 0.8.1
- Author:
- Thibault Duchateau
| Methods inherited from class com.github.dandelion.datatables.core.html.HtmlTag |
addCssClass, addCssStyle, addDynamicAttribute, getCssClass, getCssStyle, getDynamicAttributes, getDynamicAttributeValue, getDynamicHtmlAttributes, getHtmlClosingTag, getHtmlOpeningTag, getId, getTag, removeDynamicAttribute, setCssClass, setCssStyle, setDynamicAttributes, setId, toHtml, writeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlScript
public HtmlScript()
HtmlScript
public HtmlScript(String src)
getHtmlAttributes
protected StringBuilder getHtmlAttributes()
- Overrides:
getHtmlAttributes in class HtmlTag
getSrc
public String getSrc()
setSrc
public void setSrc(String src)
Copyright © 2013–2014 Dandelion Project. All rights reserved.