com.github.dandelion.datatables.core.html
Class HtmlScript

java.lang.Object
  extended by com.github.dandelion.datatables.core.html.HtmlTag
      extended by com.github.dandelion.datatables.core.html.HtmlScript

public class HtmlScript
extends HtmlTag

Plain old HTML script tag.

Since:
0.8.1
Author:
Thibault Duchateau

Field Summary
 
Fields inherited from class com.github.dandelion.datatables.core.html.HtmlTag
CLASS_SEPARATOR, cssClass, cssStyle, dynamicAttributes, id, STYLE_SEPARATOR, tag
 
Constructor Summary
HtmlScript()
           
HtmlScript(String src)
           
 
Method Summary
protected  StringBuilder getHtmlAttributes()
           
 String getSrc()
           
 void setSrc(String src)
           
 
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
 

Constructor Detail

HtmlScript

public HtmlScript()

HtmlScript

public HtmlScript(String src)
Method Detail

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.