public class TableRow extends Object
Table
.TableRenderer
Constructor and Description |
---|
TableRow() |
Modifier and Type | Method and Description |
---|---|
TableRow |
addValue(Integer column,
String value)
Add a value to the to the specified column within this row.
|
boolean |
equals(Object obj) |
String |
getValue(Integer key)
Return a value from this row.
|
int |
hashCode() |
void |
setData(Map<Integer,String> data) |
public String getValue(Integer key)
key
- Column for which to return the value forpublic TableRow addValue(Integer column, String value)
column
- value
-