Package com.stimulsoft.report
Class StiScriptHelper
java.lang.Object
com.stimulsoft.report.StiScriptHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiParserExceptioncheckExpression(String expression, StiComponent component) static StiParserExceptioncheckExpression(String expression, StiComponent component, boolean useAliases) static StiParserExceptioncheckExpression(String expression, StiComponent component, boolean useAliases, Class returnType) static StiParserExceptioncheckExpression(String expression, StiComponent component, boolean useAliases, Class returnType, HashMap<String, Object> constants) static voidstatic voidclearCache(StiReport report) static voidclearTokensCache(StiReport report) static voidclearTypesCache(StiReport report) static booleanstatic ObjectinvokeEventScript(StiReport report, Object sender, StiEvent ev) static ObjectinvokeEventScript(StiReport report, Object sender, StiEvent ev, EventArgs args) static ObjectinvokeScript(StiReport report, String script) static Objectstatic ObjectinvokeScript(StiReport report, String script, HashMap<String, Object> arguments, StiCSharpScriptParserOptions options) static booleanisAllowScriptsToRun(StiReport report) static booleanisEventScript(StiReport report, StiEvent ev) static booleanisScriptInExpression(String expression, StiComponent component) static booleanisScriptInExpression(String expression, StiReport report) static booleanisScriptInExpression(String expression, StiReport report, boolean checkBraces) static ObjectparseTextValue(String expression, StiComponent component) static ObjectparseTextValue(String expression, StiComponent component, StiRefObject<Boolean> storeToPrint, boolean executeIfStoreToPrint, boolean returnAsmList) static ObjectparseTextValue(String expression, StiComponent component, StiParserParameters parameters) static ObjectparseTextValue(String expression, StiComponent component, Object sender) static voidsetAllowCaching(boolean value)
-
Constructor Details
-
StiScriptHelper
public StiScriptHelper()
-
-
Method Details
-
getAllowCaching
public static boolean getAllowCaching() -
setAllowCaching
public static void setAllowCaching(boolean value) -
invokeEventScript
-
invokeEventScript
-
invokeScript
-
invokeScript
-
invokeScript
-
isEventScript
-
clearCache
public static void clearCache() -
clearCache
-
isAllowScriptsToRun
-
parseTextValue
-
parseTextValue
-
parseTextValue
public static Object parseTextValue(String expression, StiComponent component, StiParserParameters parameters) -
parseTextValue
public static Object parseTextValue(String expression, StiComponent component, StiRefObject<Boolean> storeToPrint, boolean executeIfStoreToPrint, boolean returnAsmList) -
isScriptInExpression
-
isScriptInExpression
-
isScriptInExpression
-
checkExpression
public static StiParserException checkExpression(String expression, StiComponent component, boolean useAliases, Class returnType) -
checkExpression
public static StiParserException checkExpression(String expression, StiComponent component, boolean useAliases) -
checkExpression
-
checkExpression
public static StiParserException checkExpression(String expression, StiComponent component, boolean useAliases, Class returnType, HashMap<String, Object> constants) -
clearTypesCache
-
clearTokensCache
-