Package org.pentaho.openformula.ui
Class FunctionParameterContext
java.lang.Object
org.pentaho.openformula.ui.FunctionParameterContext
-
Constructor Summary
ConstructorDescriptionFunctionParameterContext
(org.pentaho.reporting.libraries.formula.function.FunctionDescription function, String[] parameterValues, FunctionInformation fn, boolean switchParameterEditor, FormulaEditorModel editorModel) Deprecated.FunctionParameterContext
(org.pentaho.reporting.libraries.formula.function.FunctionDescription function, FunctionInformation fn, boolean switchParameterEditor, FormulaEditorModel editorModel) -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.reporting.libraries.formula.function.FunctionDescription
String[]
boolean
void
setSwitchParameterEditor
(boolean switchParameterEditor) toString()
-
Constructor Details
-
FunctionParameterContext
public FunctionParameterContext() -
FunctionParameterContext
@Deprecated public FunctionParameterContext(org.pentaho.reporting.libraries.formula.function.FunctionDescription function, String[] parameterValues, FunctionInformation fn, boolean switchParameterEditor, FormulaEditorModel editorModel) Deprecated. -
FunctionParameterContext
public FunctionParameterContext(org.pentaho.reporting.libraries.formula.function.FunctionDescription function, FunctionInformation fn, boolean switchParameterEditor, FormulaEditorModel editorModel)
-
-
Method Details
-
getEditorModel
-
getFunctionInformation
-
getFunction
public org.pentaho.reporting.libraries.formula.function.FunctionDescription getFunction() -
getParameterValues
-
isSwitchParameterEditor
public boolean isSwitchParameterEditor() -
setSwitchParameterEditor
public void setSwitchParameterEditor(boolean switchParameterEditor) -
toString
-