Package io.jmix.reports.annotation
Annotation Interface InputParameterDelegate
Annotation marks a delegate method that implements some logic related to an input parameter
defined in the report definition class.
Method must conform to convention: no parameters, the result is one of supported functional interfaces.
Currently supported interfaces:
DefaultValueProvider- provides default value for the parameterParameterValidator- validates parameter valueParameterTransformer- transforms parameter value
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
alias
String aliasAlias of the input parameter declared in the current report definition.
-