public interface FormTableRowObject
TableModel.| Modifier and Type | Method and Description |
|---|---|
TableModel |
getModel()
Gets the model.
|
int |
getRow()
Gets the model row.
|
FormTable |
getTable()
Gets the table.
|
Object |
getValueAt(int mColumn)
Gets the value for a given column.
|
void |
setValueAt(int mColumn,
Object value)
Sets the value for a column.
|
Object getValueAt(int mColumn)
mColumn - the datamodel-columnvoid setValueAt(int mColumn,
Object value)
mColumn - the datamodel-columnvalue - the cell valueFormTable getTable()
TableModel getModel()
int getRow()
Tentackle - a domain driven enterprise framework