Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » util » [javadoc | source]
org.jfree.report.util
public class: ReportPropertiesList [javadoc | source]
java.lang.Object
   org.jfree.report.util.ReportPropertiesList
A collection of report properties arranged into columns to provide access for the DataRowBackend class. All marked properties are added as column to the ReportPropertyList.
Constructor:
 public ReportPropertiesList(ReportProperties base) 
    Creates a list of report properties. Searches all marked properties and adds them to the ReportPropertyList. The property-values remain in the original ReportProperties-collection, all queries to this list are forwarded to that base-object.
    Parameters:
    base - the underlying properties.
Method from org.jfree.report.util.ReportPropertiesList Summary:
get,   getColumnCount,   getColumnName,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.util.ReportPropertiesList Detail:
 public Object get(int column) 
    Returns the value in the specified column.
 public int getColumnCount() 
    Returns the number of columns.
 public String getColumnName(int column) 
    Returns the name of the specified column.
 public String toString() 
    Returns a string describing the object.