Class CfnAnalysis.FilterControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FilterControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FilterControlProperty
An implementation for
CfnAnalysis.FilterControlProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterControlProperty
CfnAnalysis.FilterControlProperty.Builder, CfnAnalysis.FilterControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterControlProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A control from a filter that is scoped across more than one sheet.final Object
A control from a date filter that is used to specify date and time.final Object
A control to display a dropdown list with buttons that are used to select a single value.final Object
getList()
A control to display a list of buttons or boxes.final Object
A control from a date filter that is used to specify the relative date.final Object
A control to display a horizontal toggle bar.final Object
A control to display a text box that is used to enter multiple entries.final Object
A control to display a text box that is used to enter a single entry.final int
hashCode()
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.FilterControlProperty
A control from a filter that is scoped across more than one sheet.This represents your filter control on a sheet
- Specified by:
getCrossSheet
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getDateTimePicker
Description copied from interface:CfnAnalysis.FilterControlProperty
A control from a date filter that is used to specify date and time.- Specified by:
getDateTimePicker
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getDropdown
Description copied from interface:CfnAnalysis.FilterControlProperty
A control to display a dropdown list with buttons that are used to select a single value.- Specified by:
getDropdown
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getList
Description copied from interface:CfnAnalysis.FilterControlProperty
A control to display a list of buttons or boxes.This is used to select either a single value or multiple values.
- Specified by:
getList
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getRelativeDateTime
Description copied from interface:CfnAnalysis.FilterControlProperty
A control from a date filter that is used to specify the relative date.- Specified by:
getRelativeDateTime
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getSlider
Description copied from interface:CfnAnalysis.FilterControlProperty
A control to display a horizontal toggle bar.This is used to change a value by sliding the toggle.
- Specified by:
getSlider
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getTextArea
Description copied from interface:CfnAnalysis.FilterControlProperty
A control to display a text box that is used to enter multiple entries.- Specified by:
getTextArea
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
getTextField
Description copied from interface:CfnAnalysis.FilterControlProperty
A control to display a text box that is used to enter a single entry.- Specified by:
getTextField
in interfaceCfnAnalysis.FilterControlProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-