|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.table.DefaultTableDataModel
org.olat.admin.properties.PropertiesTableDataModel
public class PropertiesTableDataModel
Description:
| 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 |
|---|
public PropertiesTableDataModel()
public PropertiesTableDataModel(java.util.List objects)
objects - | Method Detail |
|---|
public int getColumnCount()
getColumnCount in interface TableDataModelgetColumnCount in class DefaultTableDataModelTableDataModel.getColumnCount()
public final java.lang.Object getValueAt(int row,
int col)
getValueAt in interface TableDataModelgetValueAt in class DefaultTableDataModelTableDataModel.getValueAt(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||