- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BooleanExpression, ConditionStyleExpression, DateExpression, DJSimpleExpression, LiteralExpression, NumberExpression, PageNumberCustomExpression, RecordsInPageCustomExpression, RecordsInReportCustomExpression, StatusLightCondition, StringExpression
public interface CustomExpression
extends Serializable
Powerful interface. The idea behind this is that anybody could implement
this interface and redefine the evaluate method in order to show different results in a cell.
Example: date formatting, money formatting, string trimming, etc.
- See Also: