net.sf.jasperreports.governors
Class MaxPagesGovernor
java.lang.Object
net.sf.jasperreports.engine.JRAbstractScriptlet
net.sf.jasperreports.engine.JRDefaultScriptlet
net.sf.jasperreports.governors.MaxPagesGovernor
public class MaxPagesGovernor
- extends JRDefaultScriptlet
- Version:
- $Id: MaxPagesGovernor.java 5050 2012-03-12 10:11:26Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
|
Method Summary |
void |
afterPageInit()
Called after each page is initialized. |
| 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 |
PROPERTY_MAX_PAGES_ENABLED
public static final String PROPERTY_MAX_PAGES_ENABLED
- See Also:
- Constant Field Values
PROPERTY_MAX_PAGES
public static final String PROPERTY_MAX_PAGES
- See Also:
- Constant Field Values
MaxPagesGovernor
public MaxPagesGovernor(int maxPages)
afterPageInit
public void afterPageInit()
throws JRScriptletException
- Description copied from class:
JRAbstractScriptlet
- Called after each page is initialized.
- Overrides:
afterPageInit in class JRDefaultScriptlet
- Throws:
JRScriptletException
Copyright © 2012. All Rights Reserved.