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