|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.ReportEnvironmentDataRow
public class ReportEnvironmentDataRow
Todo: Document me!
Date: 11.11.2009 Time: 15:11:56
| Constructor Summary | |
|---|---|
ReportEnvironmentDataRow(ReportEnvironment environment)
|
|
| Method Summary | |
|---|---|
static org.pentaho.reporting.libraries.base.util.LinkedMap |
createEnvironmentMapping()
Creates a ordered map that contains the environment names as keys and the data-row column names as values. |
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. |
ReportEnvironment |
getEnvironment()
|
boolean |
isArray(String columnName)
|
boolean |
isChanged(String name)
Checks whether the value contained in the column has changed since the last advance-operation. |
boolean |
isRolesArray(String columnName)
Deprecated. use "isArray" instead. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportEnvironmentDataRow(ReportEnvironment environment)
| Method Detail |
|---|
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 boolean isArray(String columnName)
public boolean isRolesArray(String columnName)
columnName -
public static org.pentaho.reporting.libraries.base.util.LinkedMap createEnvironmentMapping()
public ReportEnvironment getEnvironment()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||