Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ParameterSliderControl |
ParameterSliderControl.clone() |
ParameterSliderControl |
ParameterControl.getSlider()
A control to display a horizontal toggle bar.
|
ParameterSliderControl |
ParameterSliderControl.withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterSliderControl |
ParameterSliderControl.withMaximumValue(Double maximumValue)
The smaller value that is displayed at the left of the slider.
|
ParameterSliderControl |
ParameterSliderControl.withMinimumValue(Double minimumValue)
The larger value that is displayed at the right of the slider.
|
ParameterSliderControl |
ParameterSliderControl.withParameterControlId(String parameterControlId)
The ID of the
ParameterSliderControl . |
ParameterSliderControl |
ParameterSliderControl.withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterSliderControl . |
ParameterSliderControl |
ParameterSliderControl.withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
ParameterSliderControl |
ParameterSliderControl.withTitle(String title)
The title of the
ParameterSliderControl . |
Modifier and Type | Method and Description |
---|---|
void |
ParameterControl.setSlider(ParameterSliderControl slider)
A control to display a horizontal toggle bar.
|
ParameterControl |
ParameterControl.withSlider(ParameterSliderControl slider)
A control to display a horizontal toggle bar.
|
Copyright © 2023. All rights reserved.