Interface RuleParameterCustomUi

All Superinterfaces:
UIComponent

public interface RuleParameterCustomUi extends UIComponent
A custom UI for rule parameters. The implementations can build a custom UI and modify the rule parameter values.
Since:
9.13.2
See Also:
  • Method Details

    • getComponent

      Component getComponent()
      Get the component to be added in the rule parameters view.
      Returns:
      the component
      Since:
      9.13.2
    • setEditable

      void setEditable(boolean editable)
      This method is called when the UI should be made editable/un-editable.
      Parameters:
      editable - when false, disable all editing in the component. When true, allow editing.
      Since:
      9.13.2