Dashboard Filter Control Args
data class DashboardFilterControlArgs(val crossSheet: Output<DashboardFilterCrossSheetControlArgs>? = null, val dateTimePicker: Output<DashboardFilterDateTimePickerControlArgs>? = null, val dropdown: Output<DashboardFilterDropDownControlArgs>? = null, val list: Output<DashboardFilterListControlArgs>? = null, val relativeDateTime: Output<DashboardFilterRelativeDateTimeControlArgs>? = null, val slider: Output<DashboardFilterSliderControlArgs>? = null, val textArea: Output<DashboardFilterTextAreaControlArgs>? = null, val textField: Output<DashboardFilterTextFieldControlArgs>? = null) : ConvertibleToJava<DashboardFilterControlArgs>
Constructors
Link copied to clipboard
constructor(crossSheet: Output<DashboardFilterCrossSheetControlArgs>? = null, dateTimePicker: Output<DashboardFilterDateTimePickerControlArgs>? = null, dropdown: Output<DashboardFilterDropDownControlArgs>? = null, list: Output<DashboardFilterListControlArgs>? = null, relativeDateTime: Output<DashboardFilterRelativeDateTimeControlArgs>? = null, slider: Output<DashboardFilterSliderControlArgs>? = null, textArea: Output<DashboardFilterTextAreaControlArgs>? = null, textField: Output<DashboardFilterTextFieldControlArgs>? = null)
Properties
Link copied to clipboard
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
Link copied to clipboard
A control from a date filter that is used to specify 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 of buttons or boxes. This is used to select either a single value or multiple values.
Link copied to clipboard
A control from a date filter that is used to specify the relative date.
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.