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, selectNextRow
public static final java.lang.String XML_TAG
public DBTableModel()
public DBTableModel(de.vc.config.Configuration conf) throws de.vc.config.ConfigurationException
de.vc.config.ConfigurationException
public void configure(de.vc.config.Configuration configuration) throws de.vc.config.ConfigurationException
configuration
- Configuration.de.vc.config.ConfigurationException
public java.lang.String[] definedColumns()
definedColumns
in class ReportTableModel
protected void doDisposeData() throws ReportException
doDisposeData
in class ReportTableModel
ReportException
protected java.lang.Object doGetValueOfCell(java.lang.String columnName) throws ReportException
doGetValueOfCell
in class ReportTableModel
ReportException
protected void doReset() throws ReportException
doReset
in class ReportTableModel
ReportException
protected void doSelectNextRow() throws ReportException
doSelectNextRow
in class ReportTableModel
ReportException
public DBSelection getSelection()
public boolean hasMoreRows() throws ReportException
ReportTableModel
hasMoreRows
in class ReportTableModel
ReportException
public void setSelection(DBSelection selection)
selection
- Selection of table rows.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.