org.olat.modules.wiki.versioning
Class HistoryTableDateModel

java.lang.Object
  extended by org.olat.core.gui.components.table.DefaultTableDataModel
      extended by 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

Constructor Summary
HistoryTableDateModel(java.util.List entries, Translator trans)
           
 
Method Summary
 void addColumnDescriptors(TableController tableCtr)
           
 int getColumnCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 
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
 
Methods inherited from interface org.olat.core.gui.components.table.TableDataModel
createCopyWithEmptyList, getObject, getRowCount, setObjects
 

Constructor Detail

HistoryTableDateModel

public HistoryTableDateModel(java.util.List entries,
                             Translator trans)
Method Detail

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)