Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TextControlPlaceholderOptions |
TextControlPlaceholderOptions.clone() |
TextControlPlaceholderOptions |
TextAreaControlDisplayOptions.getPlaceholderOptions()
The configuration of the placeholder options in a text area control.
|
TextControlPlaceholderOptions |
TextFieldControlDisplayOptions.getPlaceholderOptions()
The configuration of the placeholder options in a text field control.
|
TextControlPlaceholderOptions |
TextControlPlaceholderOptions.withVisibility(String visibility)
The visibility configuration of the placeholder options in a text control.
|
TextControlPlaceholderOptions |
TextControlPlaceholderOptions.withVisibility(Visibility visibility)
The visibility configuration of the placeholder options in a text control.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAreaControlDisplayOptions.setPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
|
void |
TextFieldControlDisplayOptions.setPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text field control.
|
TextAreaControlDisplayOptions |
TextAreaControlDisplayOptions.withPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
|
TextFieldControlDisplayOptions |
TextFieldControlDisplayOptions.withPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text field control.
|
Copyright © 2023. All rights reserved.