Uses of Interface
com.stimulsoft.base.IStiAppFunction
Packages that use IStiAppFunction
-
Uses of IStiAppFunction in com.stimulsoft.base
Fields in com.stimulsoft.base with type parameters of type IStiAppFunctionModifier and TypeFieldDescriptionstatic Hashtable<String, List<IStiAppFunction>> StiAppFunctions.functionsstatic Hashtable<String, List<IStiAppFunction>> StiAppFunctions.functionsLowerstatic Hashtable<String, List<IStiAppFunction>> StiAppFunctions.functionsToCompilestatic Hashtable<String, List<IStiAppFunction>> StiAppFunctions.functionsToCompileLowerMethods in com.stimulsoft.base that return IStiAppFunctionModifier and TypeMethodDescriptionstatic IStiAppFunction[]StiAppFunctions.getFunctions(String functionName, boolean isCompile, boolean isCaseSensitive) -
Uses of IStiAppFunction in com.stimulsoft.report.dictionary.functions
Classes in com.stimulsoft.report.dictionary.functions that implement IStiAppFunctionMethods in com.stimulsoft.report.dictionary.functions that return IStiAppFunctionModifier and TypeMethodDescriptionstatic IStiAppFunctionStiFunctions.addFunction(String category, String functionName, String typeOfFunction, StiSystemType returnType) static IStiAppFunctionStiFunctions.addFunction(String category, String functionName, String description, String typeOfFunction, StiSystemType returnType, String returnDescription) static IStiAppFunctionStiFunctions.addFunction(String category, String functionName, String description, String typeOfFunction, StiSystemType returnType, String returnDescription, StiSystemType[] argumentTypes, String[] argumentNames) static IStiAppFunction[]StiFunctions.getFunctions(StiReport report, String functionName, boolean isCompile) Returns array of functions with spefified name.