Interface UpdatableResult

    • Method Detail

      • setResultControls

        void setResultControls​(java.util.List<Control> controls)
        Updates the set of result controls for this result.
        Parameters:
        controls - The set of controls to use for this result. It may be null or empty if there should not be any controls.
      • addResultControl

        void addResultControl​(Control control)
        Adds the provided control to the set of result controls for this result.
        Parameters:
        control - The control to be added to the set of result controls for this result. It must not be null.