Uses of Class
net.sf.jasperreports.functions.annotations.FunctionBean
-
Packages that use FunctionBean Package Description net.sf.jasperreports.functions.annotations Provides annotations for built-in JasperReports functions. -
-
Uses of FunctionBean in net.sf.jasperreports.functions.annotations
Methods in net.sf.jasperreports.functions.annotations that return types with arguments of type FunctionBean Modifier and Type Method Description List<FunctionBean>
FunctionCategoryBean. getFunctions()
Methods in net.sf.jasperreports.functions.annotations with parameters of type FunctionBean Modifier and Type Method Description void
FunctionCategoryBean. addFunction(FunctionBean function)
protected void
FunctionsInfo. addFunctionParameter(FunctionBean functionBean, FunctionParameter functionParameter, MessageProvider provider, Class<?> type, boolean isRequired)
-