|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.table.DefaultTableDataModel
org.olat.modules.fo.ForumMessagesTableDataModel
public class ForumMessagesTableDataModel
| Constructor Summary | |
|---|---|
ForumMessagesTableDataModel()
|
|
ForumMessagesTableDataModel(java.util.List objects,
java.util.Set readMsgs)
|
|
| Method Summary | |
|---|---|
int |
getColumnCount()
|
java.lang.Object |
getValueAt(int row,
int col)
4 columns: first is the title of the message second the (name, firstname) of the creator third lastModifiedDate fourth if it is new or not |
| Methods inherited from class org.olat.core.gui.components.table.DefaultTableDataModel |
|---|
createCopyWithEmptyList, getObject, getObjects, getObjects, getRowCount, setLocale, setObjects |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForumMessagesTableDataModel()
public ForumMessagesTableDataModel(java.util.List objects,
java.util.Set readMsgs)
| Method Detail |
|---|
public int getColumnCount()
getColumnCount in interface TableDataModelgetColumnCount in class DefaultTableDataModelTableDataModel.getColumnCount()
public final java.lang.Object getValueAt(int row,
int col)
getValueAt in interface TableDataModelgetValueAt in class DefaultTableDataModelTableDataModel.getValueAt(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||