attaching event with "ParameterTypeCategory"


in Help
Hello Everyone,
I am developing an operator for RapidMiner.
My question is how to attach an event the dropdownbox (i.e. ParameterTypeCategory), because I want to enable or disable few textfields on basis of selection.
I am developing an operator for RapidMiner.
My question is how to attach an event the dropdownbox (i.e. ParameterTypeCategory), because I want to enable or disable few textfields on basis of selection.
0
Answers
you might attach Conditions on parameters, which will hide them if the condition is not met. For example this code: It will create a parameter which will only be shown if the parameter CONDITION_TYPE is equal to CONDITION_INPUT_EXISTS.
Greetings,
Sebastian