org.kuali.maven.plugins.graph.dot.html
Class TableRow
java.lang.Object
org.kuali.maven.plugins.graph.dot.html.TableRow
- All Implemented Interfaces:
- HtmlTag
public class TableRow
- extends Object
- implements HtmlTag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRow
public TableRow()
TableRow
public TableRow(TableCell cell)
TableRow
public TableRow(TableCell... cells)
TableRow
public TableRow(List<TableCell> cells)
getName
public String getName()
- Specified by:
getName
in interface HtmlTag
getContent
public String getContent()
- Specified by:
getContent
in interface HtmlTag
getCells
public List<TableCell> getCells()
setCells
public void setCells(List<TableCell> cells)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.