@Generated(value="software.amazon.awssdk:codegen") public final class FilterDropDownControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterDropDownControl.Builder,FilterDropDownControl>
A control to display a dropdown list with buttons that are used to select a single value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterDropDownControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterDropDownControl.Builder |
builder() |
CascadingControlConfiguration |
cascadingControlConfiguration()
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
DropDownControlDisplayOptions |
displayOptions()
The display options of the
FilterDropDownControl. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterControlId()
The ID of the
FilterDropDownControl. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
FilterSelectableValues |
selectableValues()
A list of selectable values that are used in a control.
|
static Class<? extends FilterDropDownControl.Builder> |
serializableBuilderClass() |
String |
sourceFilterId()
The source filter ID of the
FilterDropDownControl. |
String |
title()
The title of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SheetControlListType |
type()
The type of the
FilterDropDownControl. |
String |
typeAsString()
The type of the
FilterDropDownControl. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterControlId()
The ID of the FilterDropDownControl.
FilterDropDownControl.public final String title()
The title of the FilterDropDownControl.
FilterDropDownControl.public final String sourceFilterId()
The source filter ID of the FilterDropDownControl.
FilterDropDownControl.public final DropDownControlDisplayOptions displayOptions()
The display options of the FilterDropDownControl.
FilterDropDownControl.public final SheetControlListType type()
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic final String typeAsString()
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic final FilterSelectableValues selectableValues()
A list of selectable values that are used in a control.
public final CascadingControlConfiguration cascadingControlConfiguration()
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
public FilterDropDownControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterDropDownControl.Builder,FilterDropDownControl>public static FilterDropDownControl.Builder builder()
public static Class<? extends FilterDropDownControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.