|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.util.ConfigurationPropertiesList
public class ConfigurationPropertiesList
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
,
ReportProperties#isMarked
Constructor Summary | |
---|---|
ConfigurationPropertiesList(ConfigurationProperties 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPropertiesList(ConfigurationProperties 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()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |