AnalysisParameterControlArgs

data class AnalysisParameterControlArgs(val dateTimePicker: Output<AnalysisParameterDateTimePickerControlArgs>? = null, val dropdown: Output<AnalysisParameterDropDownControlArgs>? = null, val list: Output<AnalysisParameterListControlArgs>? = null, val slider: Output<AnalysisParameterSliderControlArgs>? = null, val textArea: Output<AnalysisParameterTextAreaControlArgs>? = null, val textField: Output<AnalysisParameterTextFieldControlArgs>? = null) : ConvertibleToJava<AnalysisParameterControlArgs>

Constructors

Link copied to clipboard
constructor(dateTimePicker: Output<AnalysisParameterDateTimePickerControlArgs>? = null, dropdown: Output<AnalysisParameterDropDownControlArgs>? = null, list: Output<AnalysisParameterListControlArgs>? = null, slider: Output<AnalysisParameterSliderControlArgs>? = null, textArea: Output<AnalysisParameterTextAreaControlArgs>? = null, textField: Output<AnalysisParameterTextFieldControlArgs>? = null)

Properties

Link copied to clipboard

A control from a date parameter that specifies date and time.

Link copied to clipboard

A control to display a dropdown list with buttons that are used to select a single value.

Link copied to clipboard

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

Link copied to clipboard

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

Link copied to clipboard

A control to display a text box that is used to enter multiple entries.

Link copied to clipboard

A control to display a text box that is used to enter a single entry.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisParameterControlArgs