| org.osbl.client.wings.form.ObjectTableModel
All known Subclasses: org.osbl.client.wings.concern.SubjectTableModel, org.osbl.client.wings.devtools.hibernate.HibernateQueryCommandTableModel, org.osbl.client.wings.form.GenericObjectTableModel, org.osbl.client.wings.concern.TaskTableModel, org.osbl.client.wings.concern.ProcessTableModel, org.osbl.identity.gui.SimpleQueryCommandTableModel,
ObjectTableModel | public interface ObjectTableModel extends RefreshableModel(Code) | | A TableModel that assumes, that its rows are bean style objects with identifiers. Furthermore it suspects, that the
implementation has sufficient information to create a consistent table column model.
|
Method Summary | |
STableColumnModel | getColumnModel() Create a table column model, that is consistent with this table model. | Object | getRowId(int rowIndex) Return the identifier of the row at the specified index. |
getColumnModel | STableColumnModel getColumnModel()(Code) | | Create a table column model, that is consistent with this table model.
a table column model. |
getRowId | Object getRowId(int rowIndex)(Code) | | Return the identifier of the row at the specified index.
Parameters: rowIndex - the id of row rowIndex |
|
|