public class TableRow extends Object
TableRow()
void
addCell(TableCell tableCell)
static TableRow
createRow(String s)
boolean
equals(Object o)
List<TableCell>
getCells()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public TableRow()
public static TableRow createRow(String s)
public List<TableCell> getCells()
public void addCell(TableCell tableCell)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2015 Atlassian. All rights reserved.