public class MapTableModel extends ReportTableModel
| Constructor and Description |
|---|
MapTableModel()
Creates model for a table of a report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commitRow()
Commits and adds the current row to this model.
|
java.lang.String[] |
definedColumns()
Gets all table columns of this model.
|
protected java.lang.Object |
doGetValueOfCell(java.lang.String columnName) |
protected void |
doReset() |
protected void |
doSelectNextRow() |
boolean |
hasMoreRows()
Determinates if more rows are available.
|
void |
setCell(java.lang.String columnName,
java.lang.Object value)
Sets the value of a cell of the current row.
|
disposeData, doDisposeData, getLogger, getRowIndex, getValueOfCell, reset, selectNextRowpublic MapTableModel()
public void commitRow()
public java.lang.String[] definedColumns()
ReportTableModeldefinedColumns in class ReportTableModelprotected java.lang.Object doGetValueOfCell(java.lang.String columnName)
doGetValueOfCell in class ReportTableModelprotected void doReset()
doReset in class ReportTableModelprotected void doSelectNextRow()
doSelectNextRow in class ReportTableModelpublic boolean hasMoreRows()
ReportTableModelhasMoreRows in class ReportTableModelpublic void setCell(java.lang.String columnName,
java.lang.Object value)
columnName - Name of column.value - Value of field.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.