|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.data.JRTableModelDataSource
public class JRTableModelDataSource
| Constructor Summary | |
|---|---|
JRTableModelDataSource(javax.swing.table.TableModel model)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getFieldValue(JRField jrField)
Gets the field value for the current position. |
void |
moveFirst()
Moves back to the first element in the data source. |
boolean |
next()
Tries to position the cursor on the next element in the data source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRTableModelDataSource(javax.swing.table.TableModel model)
| Method Detail |
|---|
public boolean next()
JRDataSource
next in interface JRDataSource
public java.lang.Object getFieldValue(JRField jrField)
throws JRException
JRDataSource
getFieldValue in interface JRDataSourceJRExceptionpublic void moveFirst()
JRRewindableDataSource
moveFirst in interface JRRewindableDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||