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

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

public class HtmlDiv
extends HtmlTagWithContent

Plain old HTML div tag.

Since:
0.7.0
Author:
Thibault Duchateau

Field Summary
 
Fields inherited from class com.github.dandelion.datatables.core.html.HtmlTagWithContent
content
 
Fields inherited from class com.github.dandelion.datatables.core.html.HtmlTag
CLASS_SEPARATOR, cssClass, cssStyle, dynamicAttributes, id, STYLE_SEPARATOR, tag
 
Constructor Summary
HtmlDiv()
           
HtmlDiv(String id)
           
 
Method Summary
 
Methods inherited from class com.github.dandelion.datatables.core.html.HtmlTagWithContent
addContent, addContent, getContent, setContent, toHtml
 
Methods inherited from class com.github.dandelion.datatables.core.html.HtmlTag
addCssClass, addCssStyle, addDynamicAttribute, getCssClass, getCssStyle, getDynamicAttributes, getDynamicAttributeValue, getDynamicHtmlAttributes, getHtmlAttributes, getHtmlClosingTag, getHtmlOpeningTag, getId, getTag, removeDynamicAttribute, setCssClass, setCssStyle, setDynamicAttributes, setId, writeAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDiv

public HtmlDiv()

HtmlDiv

public HtmlDiv(String id)


Copyright © 2013–2014 Dandelion Project. All rights reserved.