Class TableRowElement
- java.lang.Object
-
- se.idsec.utils.printcert.display.html.HtmlElement
-
- se.idsec.utils.printcert.display.html.TableRowElement
-
public class TableRowElement extends HtmlElement
HTML table row element
-
-
Field Summary
-
Fields inherited from class se.idsec.utils.printcert.display.html.HtmlElement
LF
-
-
Constructor Summary
Constructors Constructor Description TableRowElement()TableRowElement(String className)
-
Method Summary
-
Methods inherited from class se.idsec.utils.printcert.display.html.HtmlElement
addAction, addAction, addAction, addAttribute, addHtmlElement, addNewHtmlElement, addStyle, getElements, setAction, setAttributes, setElements, setStyles, setText, toString, toString
-
-
-
-
Constructor Detail
-
TableRowElement
public TableRowElement()
-
TableRowElement
public TableRowElement(String className)
-
-