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 Summary

    Modifier and Type
    Method
    Description
    Get the component to be added in the rule parameters view.
    void
    setEditable(boolean editable)
    This method is called when the UI should be made editable/un-editable.

    Methods inherited from interface com.solibri.smc.api.ui.UIComponent

    getEnabler, setEnabler
  • 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