org.olat.modules.wiki
Class MediaFilesTableModel

java.lang.Object
  extended by org.olat.core.gui.components.table.DefaultTableDataModel
      extended by org.olat.modules.wiki.MediaFilesTableModel
All Implemented Interfaces:
TableDataModel

public class MediaFilesTableModel
extends DefaultTableDataModel

Description:
Generates an table containing media files in the wiki. Elements are @see org.olat.modules.wiki.MediaFileElement

Initial Date: Nov 6, 2006

Author:
guido

Constructor Summary
MediaFilesTableModel(java.util.List objects, 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
 

Constructor Detail

MediaFilesTableModel

public MediaFilesTableModel(java.util.List objects,
                            Translator trans)
Method Detail

addColumnDescriptors

public void addColumnDescriptors(TableController tableCtr)

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)