|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.parameters.CompoundDataRow
public class CompoundDataRow
Todo: Document me!
Date: 17.12.2009 Time: 17:30:41
| Constructor Summary | |
|---|---|
CompoundDataRow(DataRow envDataRow,
DataRow dataRow)
|
|
| Method Summary | |
|---|---|
Object |
get(String col)
Returns the value of the function, expression or column using its specific name. |
String[] |
getColumnNames()
Returns the known column names, this data-row understands. |
DataRow |
getDataRow()
|
DataRow |
getEnvDataRow()
|
boolean |
isChanged(String name)
Checks whether the value contained in the column has changed since the last advance-operation. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundDataRow(DataRow envDataRow,
DataRow dataRow)
| Method Detail |
|---|
public DataRow getEnvDataRow()
public DataRow getDataRow()
public Object get(String col)
getValue()
method is called and for columns from the tablemodel the tablemodel method getValueAt(row, column)
gets called.
get in interface DataRowcol - the item index.
public String[] getColumnNames()
getColumnNames in interface DataRowpublic boolean isChanged(String name)
isChanged in interface DataRowname - the name of the column.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||