com.github.dandelion.datatables.core.html
Class HtmlHyperlink
java.lang.Object
com.github.dandelion.datatables.core.html.HtmlTag
com.github.dandelion.datatables.core.html.HtmlTagWithContent
com.github.dandelion.datatables.core.html.HtmlHyperlink
public class HtmlHyperlink
- extends HtmlTagWithContent
Plain old HTML a tag (link).
- Since:
- 0.7.0
- 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, writeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlHyperlink
public HtmlHyperlink()
HtmlHyperlink
public HtmlHyperlink(String href,
String label)
getHtmlAttributes
protected StringBuilder getHtmlAttributes()
- Overrides:
getHtmlAttributes in class HtmlTag
getHref
public String getHref()
setHref
public void setHref(String href)
getOnclick
public String getOnclick()
setOnclick
public void setOnclick(String onclick)
Copyright © 2013–2014 Dandelion Project. All rights reserved.