public class AssessedIdentitiesTableDataModel extends DefaultTableDataModel
构造器和说明 |
---|
AssessedIdentitiesTableDataModel(java.util.List objects,
AssessableCourseNode courseNode,
java.util.Locale locale,
boolean isAdministrativeUser) |
限定符和类型 | 方法和说明 |
---|---|
void |
addColumnDescriptors(TableController userListCtr,
java.lang.String actionCommand,
boolean isNodeOrGroupFocus)
Adds all ColumnDescriptors to the userListCtr.
|
int |
getColumnCount() |
Identity |
getIdentity(int row) |
java.lang.Object |
getValueAt(int row,
int col) |
AssessedIdentityWrapper |
getWrappedIdentity(int row) |
createCopyWithEmptyList, getObject, getObjects, getObjects, getRowCount, setLocale, setObjects
public AssessedIdentitiesTableDataModel(java.util.List objects, AssessableCourseNode courseNode, java.util.Locale locale, boolean isAdministrativeUser)
objects
- List of wrapped identities (AssessedIdentityWrapper)courseNode
- the current courseNodepublic int getColumnCount()
getColumnCount
在接口中 TableDataModel
getColumnCount
在类中 DefaultTableDataModel
public AssessedIdentityWrapper getWrappedIdentity(int row)
row
- The row numberpublic Identity getIdentity(int row)
row
- The row numberpublic java.lang.Object getValueAt(int row, int col)
getValueAt
在接口中 TableDataModel
getValueAt
在类中 DefaultTableDataModel
public void addColumnDescriptors(TableController userListCtr, java.lang.String actionCommand, boolean isNodeOrGroupFocus)
userListCtr
- actionCommand
- isNodeOrGroupFocus
-