Slider

You use the Slider component to add a range slider that a user can use to choose a value between a maximum and minimum range.

This page discusses:

See Also
Creating a Custom User Interface
About Rules

Overview

The following figure shows an example of the properties of a Slider component:

The following figure shows the resulting output in the customized simulation template:

The bounds that you define in Process Experience Studio must respect any upper and lower bounds of the parameter or attribute that were defined in Process Composer. Similarly, the bounds that you define in Process Experience Studio must respect any default value that was defined in Process Composer. For example, the minimum bound that you define with Process Experience Studio must be greater than the minimum defined in Process Composer and less than the default value defined in Process Composer.

Properties

The Slider component has the following properties:

PropertyDescriptionType
NameThe ID of the component (read-only)String
ValueThe object with which to bind Integer or Real. You can bind the value to an attribute with a minimum and maximum range or to a parameter with lower and upper bounds
LabelText to display in front of the slider String
MinimumThe minimum value of the sliderInteger or Real
MaximumThe maximum value of the sliderInteger or Real
Read OnlyWhether or not the user can modify the default valueBoolean
HiddenWhether or not the component is displayedBoolean
HintText displayed under the slider to provide additional information about the input that is expectedString