Uses of Class
jdbreport.design.model.CellFunctionObject

Packages that use CellFunctionObject
jdbreport.design.model   
 

Uses of CellFunctionObject in jdbreport.design.model
 

Methods in jdbreport.design.model that return types with arguments of type CellFunctionObject
 Map<String,CellFunctionObject> TemplateModel.getFunctionsList()
           
 Map<String,CellFunctionObject> TemplateBook.getFunctionsList()
           
 

Method parameters in jdbreport.design.model with type arguments of type CellFunctionObject
protected  void TemplateModel.setFunctionsList(Map<String,CellFunctionObject> functionsList)