/AWS1/CL_QSTPARAMSLIDERCONTROL¶
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_parametercontrolid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the
ParameterSliderControl.
iv_title TYPE /AWS1/QSTSHEETCONTROLTITLE /AWS1/QSTSHEETCONTROLTITLE¶
The title of the
ParameterSliderControl.
iv_sourceparametername TYPE /AWS1/QSTPARAMETERNAME /AWS1/QSTPARAMETERNAME¶
The source parameter name of the
ParameterSliderControl.
iv_maximumvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The larger value that is displayed at the right of the slider.
iv_minimumvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The smaller value that is displayed at the left of the slider.
iv_stepsize TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of increments that the slider bar is divided into.
Optional arguments:¶
io_displayoptions TYPE REF TO /AWS1/CL_QSTSLIDERCTLDSPOPTS /AWS1/CL_QSTSLIDERCTLDSPOPTS¶
The display options of a control.
Queryable Attributes¶
ParameterControlId¶
The ID of the
ParameterSliderControl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERCONTROLID() |
Getter for PARAMETERCONTROLID, with configurable default |
ASK_PARAMETERCONTROLID() |
Getter for PARAMETERCONTROLID w/ exceptions if field has no |
HAS_PARAMETERCONTROLID() |
Determine if PARAMETERCONTROLID has a value |
Title¶
The title of the
ParameterSliderControl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
SourceParameterName¶
The source parameter name of the
ParameterSliderControl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEPARAMETERNAME() |
Getter for SOURCEPARAMETERNAME, with configurable default |
ASK_SOURCEPARAMETERNAME() |
Getter for SOURCEPARAMETERNAME w/ exceptions if field has no |
HAS_SOURCEPARAMETERNAME() |
Determine if SOURCEPARAMETERNAME has a value |
DisplayOptions¶
The display options of a control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYOPTIONS() |
Getter for DISPLAYOPTIONS |
MaximumValue¶
The larger value that is displayed at the right of the slider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMVALUE() |
Getter for MAXIMUMVALUE |
ASK_MAXIMUMVALUE() |
Getter for MAXIMUMVALUE w/ exceptions if field has no value |
STR_MAXIMUMVALUE() |
String format for MAXIMUMVALUE |
MinimumValue¶
The smaller value that is displayed at the left of the slider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUMVALUE() |
Getter for MINIMUMVALUE |
ASK_MINIMUMVALUE() |
Getter for MINIMUMVALUE w/ exceptions if field has no value |
STR_MINIMUMVALUE() |
String format for MINIMUMVALUE |
StepSize¶
The number of increments that the slider bar is divided into.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPSIZE() |
Getter for STEPSIZE |
ASK_STEPSIZE() |
Getter for STEPSIZE w/ exceptions if field has no value |
STR_STEPSIZE() |
String format for STEPSIZE |