Uses of Class
com.stimulsoft.report.dictionary.StiUserFunction
Packages that use StiUserFunction
Package
Description
-
Uses of StiUserFunction in com.stimulsoft.blockly
Methods in com.stimulsoft.blockly with parameters of type StiUserFunction -
Uses of StiUserFunction in com.stimulsoft.blockly.stiblocks.functions
Methods in com.stimulsoft.blockly.stiblocks.functions with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic StringStiBlocklyFunctionBlockKeyCache.createKey(StiUserFunction userFunction) -
Uses of StiUserFunction in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic ObjectStiBlocklyHelper.invokeUserFunctionBlockly(StiReport report, StiUserFunction function, Map<String, Object> arguments) -
Uses of StiUserFunction in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiUserFunctionMethods in com.stimulsoft.report.dictionary with parameters of type StiUserFunctionModifier and TypeMethodDescriptionvoidStiUserFunctionsCollection.put(String name, StiUserFunction value) -
Uses of StiUserFunction in com.stimulsoft.report.dictionary.userFunction.helpers
Methods in com.stimulsoft.report.dictionary.userFunction.helpers with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic StringStiUserFunctionHelper.getCategoryName(StiUserFunction function) static ObjectStiUserFunctionHelper.invokeFunction(StiUserFunction function, StiReport report, Object[] arguments) -
Uses of StiUserFunction in com.stimulsoft.webdesigner.blockly
Methods in com.stimulsoft.webdesigner.blockly with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic StringStiBlocklyHelper.getInitBlocksJsCode(StiReport report, StiUserFunction userFunction) static StringStiBlocklyHelper.getToolboxXML(StiReport report, boolean showCurrentValue, StiUserFunction userFunction) -
Uses of StiUserFunction in com.stimulsoft.webdesigner.blockly.blocks
Fields in com.stimulsoft.webdesigner.blockly.blocks declared as StiUserFunctionConstructors in com.stimulsoft.webdesigner.blockly.blocks with parameters of type StiUserFunction -
Uses of StiUserFunction in com.stimulsoft.webdesigner.blockly.parser
Methods in com.stimulsoft.webdesigner.blockly.parser with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic StringStiUserFunctionBlocksParser.getFunctionsGrouppedInCategoriesBlocks(StiUserFunction userFunction) static StringStiUserFunctionBlocksParser.getInitFunctionBlocks(StiUserFunction userFunction) -
Uses of StiUserFunction in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiUserFunctionModifier and TypeMethodDescriptionstatic voidStiDictionaryHelper.applyUserFunctionProps(StiReport report, StiUserFunction userFunction, HashMap<String, Object> userFuncProps)