| Package | Description |
|---|---|
| net.sf.jasperreports.components.headertoolbar | |
| net.sf.jasperreports.components.table.fill |
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderLabelUtil.HeaderLabelBuiltinExpression
private static JRTextField getProxy(final JRTextField textField, final SortOrderEnum sortOrder)
{
return
(JRTextField)Proxy.newProxyInstance(
HeaderLabelUtil.class.getClassLoader(),
new Class
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantBuiltinExpression
Builtin expression that evaluates to a constant value.
|
protected class |
TableReport.SummaryGroupFooterPrintWhenEvaluator |
| Modifier and Type | Method and Description |
|---|---|
protected JRDesignExpression |
TableReport.createBuiltinExpression(BuiltinExpressionEvaluator evaluator) |
| Constructor and Description |
|---|
BuiltinExpressionEvaluatorDecorator(DatasetExpressionEvaluator decorated,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
FillTableSubreport(FillContext fillContext,
JRSubreport subreport,
JRFillObjectFactory factory,
JasperReport tableReport,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
TableReport(FillContext fillContext,
TableComponent table,
TableReportDataset mainDataset,
List<FillColumn> fillColumns,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
Copyright © 2012. All Rights Reserved.