net.sf.jasperreports.components.table.fill
Class TableReportScriptlet
java.lang.Object
net.sf.jasperreports.engine.JRAbstractScriptlet
net.sf.jasperreports.engine.JRDefaultScriptlet
net.sf.jasperreports.components.table.fill.TableReportScriptlet
public class TableReportScriptlet
- extends JRDefaultScriptlet
- Version:
- $Id: TableReportScriptlet.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class net.sf.jasperreports.engine.JRAbstractScriptlet |
callAfterColumnInit, callAfterDetailEval, callAfterGroupInit, callAfterPageInit, callAfterReportInit, callBeforeColumnInit, callBeforeDetailEval, callBeforeGroupInit, callBeforePageInit, callBeforeReportInit, getFieldValue, getParameterValue, getParameterValue, getVariableValue, setData, setVariableValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableReportScriptlet
public TableReportScriptlet()
afterDetailEval
public void afterDetailEval()
throws JRScriptletException
- Description copied from class:
JRAbstractScriptlet
- Called after evaluating each detail.
- Overrides:
afterDetailEval in class JRDefaultScriptlet
- Throws:
JRScriptletException
afterPageInit
public void afterPageInit()
throws JRScriptletException
- Description copied from class:
JRAbstractScriptlet
- Called after each page is initialized.
- Overrides:
afterPageInit in class JRDefaultScriptlet
- Throws:
JRScriptletException
hasDetailOnPage
public boolean hasDetailOnPage()
Copyright © 2012. All Rights Reserved.