org.kuali.maven.plugins.graph.dot.html
Class TableRow

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.html.TableRow
All Implemented Interfaces:
HtmlTag

public class TableRow
extends Object
implements HtmlTag


Constructor Summary
TableRow()
           
TableRow(List<TableCell> cells)
           
TableRow(TableCell... cells)
           
TableRow(TableCell cell)
           
 
Method Summary
 List<TableCell> getCells()
           
 String getContent()
           
 String getName()
           
 void setCells(List<TableCell> cells)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow()

TableRow

public TableRow(TableCell cell)

TableRow

public TableRow(TableCell... cells)

TableRow

public TableRow(List<TableCell> cells)
Method Detail

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.