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

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.HtmlCaption

public class HtmlCaption
extends HtmlTagWithContent


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
HtmlCaption()
           
 
Method Summary
protected  StringBuilder getHtmlAttributes()
           
 String getTitle()
           
 void setTitle(String title)
           
 
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, 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

HtmlCaption

public HtmlCaption()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getHtmlAttributes

protected StringBuilder getHtmlAttributes()
Overrides:
getHtmlAttributes in class HtmlTag


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