public class ExpressionColumn extends SimpleColumn
CustomExpression,
Serialized FormSERIAL_VERSION_UID| Constructor and Description |
|---|
ExpressionColumn() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCalculatedExpressionText() |
Collection<ColumnProperty> |
getColumns() |
CustomExpression |
getExpression() |
CustomExpression |
getExpressionForCalculation() |
String |
getInitialExpression(DJCalculation op) |
String |
getTextForExpression() |
String |
getTextForExpressionForCalculartion() |
String |
getValueClassNameForExpression() |
String |
getVariableClassName(DJCalculation op) |
Collection<net.sf.jasperreports.engine.JRVariable> |
getVariables() |
protected void |
setCalculatedExpressionText(String calculatedExpressionText) |
void |
setColumns(Collection<ColumnProperty> columns) |
void |
setExpression(CustomExpression expression) |
void |
setExpressionForCalculation(CustomExpression expressionForCalculation) |
void |
setVariables(Collection<net.sf.jasperreports.engine.JRVariable> variables) |
getColumnProperty, getExpressionToGroupBy, getFieldDescription, getGroupVariableName, setColumnProperty, setExpressionToGroupBy, setFieldDescriptiongetColSpan, getConditionalStyles, getHeaderMarkup, getHeaderStyle, getLink, getMarkup, getName, getPattern, getPosX, getPosY, getReportName, getStyle, getTextFormatter, getTitle, getTruncateSuffix, getWidth, hasParentCol, isBlankWhenNull, isFixedWidth, isPrintRepeatedValues, setBlankWhenNull, setColSpan, setConditionalStyles, setFixedWidth, setHeaderMarkup, setHeaderStyle, setLink, setMarkup, setName, setPattern, setPosX, setPosY, setPrintRepeatedValues, setReportName, setStyle, setTextFormatter, setTitle, setTruncateSuffix, setWidthprotected String getCalculatedExpressionText()
protected void setCalculatedExpressionText(String calculatedExpressionText)
public Collection<net.sf.jasperreports.engine.JRVariable> getVariables()
public void setVariables(Collection<net.sf.jasperreports.engine.JRVariable> variables)
public Collection<ColumnProperty> getColumns()
public void setColumns(Collection<ColumnProperty> columns)
public CustomExpression getExpression()
public void setExpression(CustomExpression expression)
public String getValueClassNameForExpression()
getValueClassNameForExpression in class SimpleColumnpublic String getTextForExpression()
getTextForExpression in class SimpleColumnpublic String getTextForExpressionForCalculartion()
public CustomExpression getExpressionForCalculation()
public void setExpressionForCalculation(CustomExpression expressionForCalculation)
public String getVariableClassName(DJCalculation op)
getVariableClassName in class PropertyColumnpublic String getInitialExpression(DJCalculation op)
getInitialExpression in class PropertyColumnCopyright © 2006–2018 FDV Solutions. All rights reserved.