public class DBTableModel extends ReportTableModel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XML_TAG |
| Constructor and Description |
|---|
DBTableModel() |
DBTableModel(de.vc.config.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(de.vc.config.Configuration configuration)
Configures this table model.
|
java.lang.String[] |
definedColumns()
Gets all table columns of this model.
|
protected void |
doDisposeData() |
protected java.lang.Object |
doGetValueOfCell(java.lang.String columnName) |
protected void |
doReset() |
protected void |
doSelectNextRow() |
DBSelection |
getSelection()
Gets the selection of table rows.
|
boolean |
hasMoreRows()
Determinates if more rows are available.
|
void |
setSelection(DBSelection selection)
Sets the selection of table rows.
|
disposeData, getLogger, getRowIndex, getValueOfCell, reset, selectNextRowpublic static final java.lang.String XML_TAG
public DBTableModel()
public DBTableModel(de.vc.config.Configuration conf)
throws de.vc.config.ConfigurationException
de.vc.config.ConfigurationExceptionpublic void configure(de.vc.config.Configuration configuration)
throws de.vc.config.ConfigurationException
configuration - Configuration.de.vc.config.ConfigurationExceptionpublic java.lang.String[] definedColumns()
definedColumns in class ReportTableModelprotected void doDisposeData()
throws ReportException
doDisposeData in class ReportTableModelReportExceptionprotected java.lang.Object doGetValueOfCell(java.lang.String columnName)
throws ReportException
doGetValueOfCell in class ReportTableModelReportExceptionprotected void doReset()
throws ReportException
doReset in class ReportTableModelReportExceptionprotected void doSelectNextRow()
throws ReportException
doSelectNextRow in class ReportTableModelReportExceptionpublic DBSelection getSelection()
public boolean hasMoreRows()
throws ReportException
ReportTableModelhasMoreRows in class ReportTableModelReportExceptionpublic void setSelection(DBSelection selection)
selection - Selection of table rows.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.