@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterDropDownControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a dropdown list with buttons that are used to select a single value.
Constructor and Description |
---|
FilterDropDownControl() |
Modifier and Type | Method and Description |
---|---|
FilterDropDownControl |
clone() |
boolean |
equals(Object obj) |
CascadingControlConfiguration |
getCascadingControlConfiguration()
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 |
getDisplayOptions()
The display options of the
FilterDropDownControl . |
String |
getFilterControlId()
The ID of the
FilterDropDownControl . |
FilterSelectableValues |
getSelectableValues()
A list of selectable values that are used in a control.
|
String |
getSourceFilterId()
The source filter ID of the
FilterDropDownControl . |
String |
getTitle()
The title of the
FilterDropDownControl . |
String |
getType()
The type of the
FilterDropDownControl . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCascadingControlConfiguration(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.
|
void |
setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl . |
void |
setFilterControlId(String filterControlId)
The ID of the
FilterDropDownControl . |
void |
setSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
void |
setSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDropDownControl . |
void |
setTitle(String title)
The title of the
FilterDropDownControl . |
void |
setType(String type)
The type of the
FilterDropDownControl . |
String |
toString()
Returns a string representation of this object.
|
FilterDropDownControl |
withCascadingControlConfiguration(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.
|
FilterDropDownControl |
withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl . |
FilterDropDownControl |
withFilterControlId(String filterControlId)
The ID of the
FilterDropDownControl . |
FilterDropDownControl |
withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
FilterDropDownControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDropDownControl . |
FilterDropDownControl |
withTitle(String title)
The title of the
FilterDropDownControl . |
FilterDropDownControl |
withType(SheetControlListType type)
The type of the
FilterDropDownControl . |
FilterDropDownControl |
withType(String type)
The type of the
FilterDropDownControl . |
public void setFilterControlId(String filterControlId)
The ID of the FilterDropDownControl
.
filterControlId
- The ID of the FilterDropDownControl
.public String getFilterControlId()
The ID of the FilterDropDownControl
.
FilterDropDownControl
.public FilterDropDownControl withFilterControlId(String filterControlId)
The ID of the FilterDropDownControl
.
filterControlId
- The ID of the FilterDropDownControl
.public void setTitle(String title)
The title of the FilterDropDownControl
.
title
- The title of the FilterDropDownControl
.public String getTitle()
The title of the FilterDropDownControl
.
FilterDropDownControl
.public FilterDropDownControl withTitle(String title)
The title of the FilterDropDownControl
.
title
- The title of the FilterDropDownControl
.public void setSourceFilterId(String sourceFilterId)
The source filter ID of the FilterDropDownControl
.
sourceFilterId
- The source filter ID of the FilterDropDownControl
.public String getSourceFilterId()
The source filter ID of the FilterDropDownControl
.
FilterDropDownControl
.public FilterDropDownControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterDropDownControl
.
sourceFilterId
- The source filter ID of the FilterDropDownControl
.public void setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the FilterDropDownControl
.
displayOptions
- The display options of the FilterDropDownControl
.public DropDownControlDisplayOptions getDisplayOptions()
The display options of the FilterDropDownControl
.
FilterDropDownControl
.public FilterDropDownControl withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the FilterDropDownControl
.
displayOptions
- The display options of the FilterDropDownControl
.public void setType(String 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.
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.
SheetControlListType
public String getType()
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.
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.
SheetControlListType
public FilterDropDownControl withType(String 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.
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.
SheetControlListType
public FilterDropDownControl withType(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.
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.
SheetControlListType
public void setSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public FilterSelectableValues getSelectableValues()
A list of selectable values that are used in a control.
public FilterDropDownControl withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public void setCascadingControlConfiguration(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.
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 CascadingControlConfiguration getCascadingControlConfiguration()
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 withCascadingControlConfiguration(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.
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 String toString()
toString
in class Object
Object.toString()
public FilterDropDownControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.