Start of Content Area

Background documentation ThresholdSlider Properties  Locate the document in its SAP Library structure

Properties in the View Designer

      readOnly

Defines whether the colored bar can be moved with the mouse by the user. If readOnly=true, the slider can not be moved but the user can click on the slider. This triggers the Web Dynpro action onAction. If readOnly=false, then the user can use the mouse to change the position of the slider and also to change the value of the slider.

Note

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

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.

      showTickMarks

For showing/hiding TickMarks.

      tickMarkSpacing

Gap between two TickMarks in units.

      maxTickMarks

Total number of TickMarks.

      unitWidth

Base unit in pixels.

      value

Position of colored bar in units. This property must be bound against a context node.

Primary property

 

 

End of Content Area