org.olat.modules.wiki.versioning
Class HistoryTableDateModel
java.lang.Object
org.olat.core.gui.components.table.DefaultTableDataModel
org.olat.modules.wiki.versioning.HistoryTableDateModel
- All Implemented Interfaces:
- TableDataModel
public class HistoryTableDateModel
- extends DefaultTableDataModel
- implements TableDataModel
Description:
TODO: guido Class Description for HistoryTableDateModel
Initial Date: May 30, 2006
- Author:
- guido
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryTableDateModel
public HistoryTableDateModel(java.util.List entries,
Translator trans)
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount in interface TableDataModel- Specified by:
getColumnCount in class DefaultTableDataModel
- Returns:
- See Also:
TableDataModel.getColumnCount()
getValueAt
public java.lang.Object getValueAt(int row,
int col)
- Specified by:
getValueAt in interface TableDataModel- Specified by:
getValueAt in class DefaultTableDataModel
- Returns:
- See Also:
TableDataModel.getValueAt(int, int)
addColumnDescriptors
public void addColumnDescriptors(TableController tableCtr)