org.jfree.report
public class EmptyReportData extends Object implements ReportData
| Constructor Summary | |
|---|---|
| EmptyReportData() | |
| Method Summary | |
|---|---|
| void | close() |
| Object | get(int column) |
| int | getColumnCount() |
| String | getColumnName(int column) |
| int | getCursorPosition() |
| boolean | isAdvanceable()
This operation checks, whether a call to next will be likely to succeed. |
| boolean | isReadable() |
| boolean | next() |
| boolean | setCursorPosition(int cursor) |
Returns:
Throws: DataSourceException