Uses of Class
com.stimulsoft.report.dictionary.functions.StiFunction
Packages that use StiFunction
Package
Description
-
Uses of StiFunction in com.stimulsoft.blockly.stiblocks.functions
Methods in com.stimulsoft.blockly.stiblocks.functions with parameters of type StiFunctionModifier and TypeMethodDescriptionstatic StringStiBlocklyFunctionBlockKeyCache.createKey(StiFunction function) -
Uses of StiFunction in com.stimulsoft.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions that return StiFunctionModifier and TypeMethodDescriptionstatic StiFunctionStiFunctions.addFunction(String category, String groupFunctionName, String functionName, String description, String typeOfFunction, StiSystemType returnType, String returnDescription, StiSystemType[] argumentTypes, String[] argumentNames, String[] argumentDescriptions) static StiFunction[]StiFunctions.getFunctions(boolean isCompile) Returns array of all functions.Methods in com.stimulsoft.report.dictionary.functions that return types with arguments of type StiFunctionModifier and TypeMethodDescriptionstatic Hashtable<String, List<StiFunction>> StiFunctions.getFunctionsGrouppedInCategories()Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiFunction -
Uses of StiFunction in com.stimulsoft.webdesigner.blockly.blocks
Fields in com.stimulsoft.webdesigner.blockly.blocks declared as StiFunctionConstructors in com.stimulsoft.webdesigner.blockly.blocks with parameters of type StiFunction