|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.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.
ReportProperties.setMarked(java.lang.String, boolean)
,
ReportProperties.isMarked(java.lang.String)
Constructor Summary | |
ReportPropertiesList(ReportProperties base)
Creates a list of report properties. |
Method Summary | |
java.lang.Object |
get(int column)
Returns the value in the specified column. |
int |
getColumnCount()
Returns the number of columns. |
java.lang.String |
getColumnName(int column)
Returns the name of the specified column. |
java.lang.String |
toString()
Returns a string describing the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportPropertiesList(ReportProperties base)
base
- the underlying properties.Method Detail |
public int getColumnCount()
public java.lang.String getColumnName(int column)
column
- the column index (zero-based).
public java.lang.Object get(int column)
column
- the column index (zero-based).
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |