org.olat.admin.properties
Class PropertiesTableDataModel

java.lang.Object
  extended by org.olat.core.gui.components.table.DefaultTableDataModel
      extended by org.olat.admin.properties.PropertiesTableDataModel
All Implemented Interfaces:
TableDataModel

public class PropertiesTableDataModel
extends DefaultTableDataModel

Description:

Author:
Alexander Schneider

Constructor Summary
PropertiesTableDataModel()
          Default constructor.
PropertiesTableDataModel(java.util.List objects)
          Initialize table model with objects.
 
Method Summary
 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

PropertiesTableDataModel

public PropertiesTableDataModel()
Default constructor.


PropertiesTableDataModel

public PropertiesTableDataModel(java.util.List objects)
Initialize table model with objects.

Parameters:
objects -
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 final 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)