public static interface FilterControl.Builder extends SdkPojo, CopyableBuilder<FilterControl.Builder,FilterControl>
| Modifier and Type | Method and Description |
|---|---|
default FilterControl.Builder |
dateTimePicker(Consumer<FilterDateTimePickerControl.Builder> dateTimePicker)
A control from a date filter that is used to specify date and time.
|
FilterControl.Builder |
dateTimePicker(FilterDateTimePickerControl dateTimePicker)
A control from a date filter that is used to specify date and time.
|
default FilterControl.Builder |
dropdown(Consumer<FilterDropDownControl.Builder> dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
FilterControl.Builder |
dropdown(FilterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
default FilterControl.Builder |
list(Consumer<FilterListControl.Builder> list)
A control to display a list of buttons or boxes.
|
FilterControl.Builder |
list(FilterListControl list)
A control to display a list of buttons or boxes.
|
default FilterControl.Builder |
relativeDateTime(Consumer<FilterRelativeDateTimeControl.Builder> relativeDateTime)
A control from a date filter that is used to specify the relative date.
|
FilterControl.Builder |
relativeDateTime(FilterRelativeDateTimeControl relativeDateTime)
A control from a date filter that is used to specify the relative date.
|
default FilterControl.Builder |
slider(Consumer<FilterSliderControl.Builder> slider)
A control to display a horizontal toggle bar.
|
FilterControl.Builder |
slider(FilterSliderControl slider)
A control to display a horizontal toggle bar.
|
default FilterControl.Builder |
textArea(Consumer<FilterTextAreaControl.Builder> textArea)
A control to display a text box that is used to enter multiple entries.
|
FilterControl.Builder |
textArea(FilterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
default FilterControl.Builder |
textField(Consumer<FilterTextFieldControl.Builder> textField)
A control to display a text box that is used to enter a single entry.
|
FilterControl.Builder |
textField(FilterTextFieldControl textField)
A control to display a text box that is used to enter a single entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterControl.Builder dateTimePicker(FilterDateTimePickerControl dateTimePicker)
A control from a date filter that is used to specify date and time.
dateTimePicker - A control from a date filter that is used to specify date and time.default FilterControl.Builder dateTimePicker(Consumer<FilterDateTimePickerControl.Builder> dateTimePicker)
A control from a date filter that is used to specify date and time.
This is a convenience method that creates an instance of theFilterDateTimePickerControl.Builder
avoiding the need to create one manually via FilterDateTimePickerControl.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dateTimePicker(FilterDateTimePickerControl).
dateTimePicker - a consumer that will call methods on FilterDateTimePickerControl.BuilderdateTimePicker(FilterDateTimePickerControl)FilterControl.Builder list(FilterListControl list)
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
list - A control to display a list of buttons or boxes. This is used to select either a single value or
multiple values.default FilterControl.Builder list(Consumer<FilterListControl.Builder> list)
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
This is a convenience method that creates an instance of theFilterListControl.Builder avoiding the
need to create one manually via FilterListControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to list(FilterListControl).
list - a consumer that will call methods on FilterListControl.Builderlist(FilterListControl)FilterControl.Builder dropdown(FilterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
dropdown - A control to display a dropdown list with buttons that are used to select a single value.default FilterControl.Builder dropdown(Consumer<FilterDropDownControl.Builder> dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
This is a convenience method that creates an instance of theFilterDropDownControl.Builder avoiding
the need to create one manually via FilterDropDownControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dropdown(FilterDropDownControl).
dropdown - a consumer that will call methods on FilterDropDownControl.Builderdropdown(FilterDropDownControl)FilterControl.Builder textField(FilterTextFieldControl textField)
A control to display a text box that is used to enter a single entry.
textField - A control to display a text box that is used to enter a single entry.default FilterControl.Builder textField(Consumer<FilterTextFieldControl.Builder> textField)
A control to display a text box that is used to enter a single entry.
This is a convenience method that creates an instance of theFilterTextFieldControl.Builder avoiding
the need to create one manually via FilterTextFieldControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to textField(FilterTextFieldControl).
textField - a consumer that will call methods on FilterTextFieldControl.BuildertextField(FilterTextFieldControl)FilterControl.Builder textArea(FilterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
textArea - A control to display a text box that is used to enter multiple entries.default FilterControl.Builder textArea(Consumer<FilterTextAreaControl.Builder> textArea)
A control to display a text box that is used to enter multiple entries.
This is a convenience method that creates an instance of theFilterTextAreaControl.Builder avoiding
the need to create one manually via FilterTextAreaControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to textArea(FilterTextAreaControl).
textArea - a consumer that will call methods on FilterTextAreaControl.BuildertextArea(FilterTextAreaControl)FilterControl.Builder slider(FilterSliderControl slider)
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
slider - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.default FilterControl.Builder slider(Consumer<FilterSliderControl.Builder> slider)
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
This is a convenience method that creates an instance of theFilterSliderControl.Builder avoiding the
need to create one manually via FilterSliderControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to slider(FilterSliderControl).
slider - a consumer that will call methods on FilterSliderControl.Builderslider(FilterSliderControl)FilterControl.Builder relativeDateTime(FilterRelativeDateTimeControl relativeDateTime)
A control from a date filter that is used to specify the relative date.
relativeDateTime - A control from a date filter that is used to specify the relative date.default FilterControl.Builder relativeDateTime(Consumer<FilterRelativeDateTimeControl.Builder> relativeDateTime)
A control from a date filter that is used to specify the relative date.
This is a convenience method that creates an instance of theFilterRelativeDateTimeControl.Builder
avoiding the need to create one manually via FilterRelativeDateTimeControl.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to relativeDateTime(FilterRelativeDateTimeControl).
relativeDateTime - a consumer that will call methods on FilterRelativeDateTimeControl.BuilderrelativeDateTime(FilterRelativeDateTimeControl)Copyright © 2023. All rights reserved.