Uses of Class
com.stimulsoft.report.dictionary.functions.StiFunction

Packages that use StiFunction
com.stimulsoft.report.dictionary.functions   
 

Uses of StiFunction in com.stimulsoft.report.dictionary.functions
 

Methods in com.stimulsoft.report.dictionary.functions that return StiFunction
static StiFunction StiFunctions.addFunction(java.lang.String category, java.lang.String functionName, java.lang.String typeOfFunction, StiSystemType returnType)
           
static StiFunction StiFunctions.addFunction(java.lang.String category, java.lang.String functionName, java.lang.String description, java.lang.String typeOfFunction, StiSystemType returnType, java.lang.String returnDescription)
           
static StiFunction StiFunctions.addFunction(java.lang.String category, java.lang.String functionName, java.lang.String description, java.lang.String typeOfFunction, StiSystemType returnType, java.lang.String returnDescription, StiSystemType[] argumentTypes, java.lang.String[] argumentNames)
           
static StiFunction StiFunctions.addFunction(java.lang.String category, java.lang.String groupFunctionName, java.lang.String functionName, java.lang.String description, java.lang.String typeOfFunction, StiSystemType returnType, java.lang.String returnDescription, StiSystemType[] argumentTypes, java.lang.String[] argumentNames, java.lang.String[] argumentDescriptions)
           
static StiFunction[] StiFunctions.getFunctions(boolean isCompile)
          Returns array of all functions.
static StiFunction[] StiFunctions.getFunctions(StiReport report, java.lang.String functionName, boolean isCompile)
          Returns array of functions with spefified name.
 

Methods in com.stimulsoft.report.dictionary.functions that return types with arguments of type StiFunction
static java.util.Hashtable<java.lang.String,java.util.List<StiFunction>> StiFunctions.getFunctionsGrouppedInCategories()
           
 

Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiFunction
 int StiFunction.compareTo(StiFunction o)