|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.data.ListOfArrayDataSource
public class ListOfArrayDataSource
| Constructor Summary | |
|---|---|
ListOfArrayDataSource(java.util.List records,
java.lang.String[] columnNames)
|
|
| 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 ListOfArrayDataSource(java.util.List records,
java.lang.String[] columnNames)
| Method Detail |
|---|
public boolean next()
JRDataSource
next in interface JRDataSourcepublic java.lang.Object getFieldValue(JRField jrField)
JRDataSource
getFieldValue in interface JRDataSourcepublic void moveFirst()
JRRewindableDataSource
moveFirst in interface JRRewindableDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||