public class TableModel.Row extends Object
Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
TableModel.Row |
cell(String columnId,
Object value)
Sets the cell value for the given column of this row.
|
Object |
get(String columnId)
Returns the value of the cell in the given column for this row.
|
String[] |
getAsFormattedStrings()
Returns the row as an array of formatted strings.
|
public TableModel.Row cell(String columnId, Object value)
columnId
- column identifiervalue
- value to setpublic Object get(String columnId)
columnId
- column identifierpublic String[] getAsFormattedStrings()