Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » filter » [javadoc | source]
org.jfree.report.filter
public interface: DataRowConnectable [javadoc | source] Marks data sources that can be connected to the data row (for example, the DataRowDataSource).
Method from org.jfree.report.filter.DataRowConnectable Summary:
connectDataRow,   disconnectDataRow
Method from org.jfree.report.filter.DataRowConnectable Detail:
 public  void connectDataRow(DataRow row) throws IllegalStateException
    Connects the DataRow to the data source.
 public  void disconnectDataRow(DataRow row) throws IllegalStateException
    Releases the connection to the data row.

    If no data row is connected, an IllegalStateException is thrown to indicate the programming error.