|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.layout.output.LayoutExpressionRuntime
public class LayoutExpressionRuntime
Creation-Date: Jan 22, 2007, 12:09:32 PM
| Constructor Summary | |
|---|---|
LayoutExpressionRuntime(DataRow dataRow,
DataSchema dataSchema,
ReportState state,
TableModel data,
ProcessingContext processingContext)
|
|
| Method Summary | |
|---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration()
Returns the report configuration that was used to initiate this processing run. |
int |
getCurrentGroup()
|
int |
getCurrentRow()
Where are we in the current processing. |
TableModel |
getData()
Access to the tablemodel was granted using report properties, now direct. |
DataFactory |
getDataFactory()
|
DataRow |
getDataRow()
Returns the current data-row. |
DataSchema |
getDataSchema()
|
String |
getExportDescriptor()
The output descriptor is a simple string collections consisting of the following components: exportclass/type/subtype For example, the PDF export would be: pageable/pdf The StreamHTML export would return table/html/stream |
int |
getGroupStartRow(int groupIndex)
|
int |
getGroupStartRow(String groupName)
|
ProcessingContext |
getProcessingContext()
Returns the current processing context. |
ResourceBundleFactory |
getResourceBundleFactory()
Returns the resource-bundle factory of current processing context. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutExpressionRuntime(DataRow dataRow,
DataSchema dataSchema,
ReportState state,
TableModel data,
ProcessingContext processingContext)
| Method Detail |
|---|
public DataFactory getDataFactory()
getDataFactory in interface ExpressionRuntimepublic DataSchema getDataSchema()
getDataSchema in interface ExpressionRuntimepublic ProcessingContext getProcessingContext()
ExpressionRuntime
getProcessingContext in interface ExpressionRuntimepublic org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
ExpressionRuntime
getConfiguration in interface ExpressionRuntimepublic DataRow getDataRow()
ExpressionRuntime
getDataRow in interface ExpressionRuntimepublic TableModel getData()
getData in interface ExpressionRuntimepublic int getCurrentRow()
getCurrentRow in interface ExpressionRuntimepublic int getCurrentGroup()
getCurrentGroup in interface ExpressionRuntimepublic int getGroupStartRow(String groupName)
getGroupStartRow in interface ExpressionRuntimepublic int getGroupStartRow(int groupIndex)
getGroupStartRow in interface ExpressionRuntimepublic ResourceBundleFactory getResourceBundleFactory()
ExpressionRuntime
getResourceBundleFactory in interface ExpressionRuntimepublic String getExportDescriptor()
getExportDescriptor in interface ExpressionRuntime
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||