Show TOC

 ThresholdSlider EventsLocate this document in the navigation structure

Events in View Designer
  • onAction

    Event for clicking/double-clicking a colored bar.

    OnAction only works for readOnly=false, because otherwise it would not be clear whether the value should be changed or whether the intention was actually to click on the ThresholdSlider.

    Parameter Name Type Description

    ID

    STRING

    Standard parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard parameter

  • onChange

    Event for changing the length of the colored bar.

    OnChange does not make sense for readOnly=true since the user cannot use the slider.

    Parameter Name Type Description

    ID

    STRING

    Standard parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard parameter