Class CfnAnalysis.FilterControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterControlProperty
CfnAnalysis.FilterControlProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterControlProperty
CfnAnalysis.FilterControlProperty.Builder, CfnAnalysis.FilterControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterControlProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA control from a filter that is scoped across more than one sheet.final ObjectA control from a date filter that is used to specify date and time.final ObjectA control to display a dropdown list with buttons that are used to select a single value.final ObjectgetList()A control to display a list of buttons or boxes.final ObjectA control from a date filter that is used to specify the relative date.final ObjectA control to display a horizontal toggle bar.final ObjectA control to display a text box that is used to enter multiple entries.final ObjectA control to display a text box that is used to enter a single entry.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterControlProperty.Builder.
-
-
Method Details
-
getCrossSheet
Description copied from interface:CfnAnalysis.FilterControlPropertyA control from a filter that is scoped across more than one sheet.This represents your filter control on a sheet
Returns union: either
IResolvableorCfnAnalysis.FilterCrossSheetControlProperty- Specified by:
getCrossSheetin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getDateTimePicker
Description copied from interface:CfnAnalysis.FilterControlPropertyA control from a date filter that is used to specify date and time.Returns union: either
IResolvableorCfnAnalysis.FilterDateTimePickerControlProperty- Specified by:
getDateTimePickerin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getDropdown
Description copied from interface:CfnAnalysis.FilterControlPropertyA control to display a dropdown list with buttons that are used to select a single value.Returns union: either
IResolvableorCfnAnalysis.FilterDropDownControlProperty- Specified by:
getDropdownin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getList
Description copied from interface:CfnAnalysis.FilterControlPropertyA control to display a list of buttons or boxes.This is used to select either a single value or multiple values.
Returns union: either
IResolvableorCfnAnalysis.FilterListControlProperty- Specified by:
getListin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getRelativeDateTime
Description copied from interface:CfnAnalysis.FilterControlPropertyA control from a date filter that is used to specify the relative date.Returns union: either
IResolvableorCfnAnalysis.FilterRelativeDateTimeControlProperty- Specified by:
getRelativeDateTimein interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getSlider
Description copied from interface:CfnAnalysis.FilterControlPropertyA control to display a horizontal toggle bar.This is used to change a value by sliding the toggle.
Returns union: either
IResolvableorCfnAnalysis.FilterSliderControlProperty- Specified by:
getSliderin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getTextArea
Description copied from interface:CfnAnalysis.FilterControlPropertyA control to display a text box that is used to enter multiple entries.Returns union: either
IResolvableorCfnAnalysis.FilterTextAreaControlProperty- Specified by:
getTextAreain interfaceCfnAnalysis.FilterControlProperty- See Also:
-
getTextField
Description copied from interface:CfnAnalysis.FilterControlPropertyA control to display a text box that is used to enter a single entry.Returns union: either
IResolvableorCfnAnalysis.FilterTextFieldControlProperty- Specified by:
getTextFieldin interfaceCfnAnalysis.FilterControlProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-