|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface extends the Report framework. It enables to change the values in the report.
| Method Summary | |
boolean |
isEditable(int row,
int column)
This method enables to determine if a value is modifiable in the Report. |
void |
setValueAt(java.lang.Object value,
int row,
int column)
This method enables to change the value at the given row and column for this report. |
| Methods inherited from interface org.jcreme.reporting.Report |
addReportChangeListener, clear, getColumnClass, getColumnCount, getColumnIndex, getColumnName, getColumnNames, getFilter, getRowCount, getTitle, getValueAt, removeReportChangeListener, setFilter |
| Method Detail |
public void setValueAt(java.lang.Object value,
int row,
int column)
throws java.lang.IllegalArgumentException
value - the value to put in the report for the particular row and the
particular column.row - the row for which we want to change the value.column - the column for which we want to change the value.
java.lang.IllegalArgumentException - if the value is not valid in the report at this column and
row.
public boolean isEditable(int row,
int column)
row - the row for which we want to change the value.column - the column for which we want to change the value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||