| |
|
| java.lang.Object net.sf.jasperreports.engine.fill.JRFillVariable
JRFillVariable | public class JRFillVariable implements JRVariable,JRCalculable(Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRFillVariable.java 1321 2006-07-03 15:38:02Z lucianc $ |
getCalculation | public byte getCalculation()(Code) | | |
getHelperVariable | public JRCalculable getHelperVariable(byte type)(Code) | | Returns a helper variable.
Parameters: type - the helper type the helper variable for the specified type |
getIncrementType | public byte getIncrementType()(Code) | | |
getIncrementedValue | public Object getIncrementedValue()(Code) | | |
getIncrementerFactoryClass | public Class getIncrementerFactoryClass()(Code) | | |
getIncrementerFactoryClassName | public String getIncrementerFactoryClassName()(Code) | | |
getPreviousOldValue | public Object getPreviousOldValue()(Code) | | |
getResetType | public byte getResetType()(Code) | | |
isInitialized | public boolean isInitialized()(Code) | | |
isSystemDefined | public boolean isSystemDefined()(Code) | | |
overwriteValue | public void overwriteValue(Object newValue, byte evaluation)(Code) | | |
restoreValue | public void restoreValue(byte evaluation)(Code) | | |
setEstimatedValue | public void setEstimatedValue(Object estimatedValue)(Code) | | |
setHelperVariable | public JRFillVariable setHelperVariable(JRFillVariable helperVariable, byte type)(Code) | | Sets a helper variable.
Parameters: helperVariable - the helper variable Parameters: type - the helper type the previous helper variable for the type |
setIncrementedValue | public void setIncrementedValue(Object incrementedValue)(Code) | | |
setInitialized | public void setInitialized(boolean isInitialized)(Code) | | |
setPreviousOldValue | public void setPreviousOldValue(Object previousOldValue)(Code) | | |
|
|
|