ParameterControl

The control of a parameter that users can interact with in a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
inline fun copy(block: ParameterControl.Builder.() -> Unit = {}): ParameterControl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String