org.olat.modules.wiki
Class MediaFilesTableModel
java.lang.Object
org.olat.core.gui.components.table.DefaultTableDataModel
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaFilesTableModel
public MediaFilesTableModel(java.util.List objects,
Translator trans)
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)