Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
FreeFormLayoutElement |
FreeFormLayoutElement.clone() |
FreeFormLayoutElement |
FreeFormLayoutElement.withBackgroundStyle(FreeFormLayoutElementBackgroundStyle backgroundStyle)
The background style configuration of a free-form layout element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withBorderStyle(FreeFormLayoutElementBorderStyle borderStyle)
The border style configuration of a free-form layout element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withElementId(String elementId)
A unique identifier for an element within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withElementType(LayoutElementType elementType)
The type of element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withElementType(String elementType)
The type of element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withHeight(String height)
The height of an element within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withLoadingAnimation(LoadingAnimation loadingAnimation)
The loading animation configuration of a free-form layout element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withRenderingRules(Collection<SheetElementRenderingRule> renderingRules)
The rendering rules that determine when an element should be displayed within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withRenderingRules(SheetElementRenderingRule... renderingRules)
The rendering rules that determine when an element should be displayed within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withSelectedBorderStyle(FreeFormLayoutElementBorderStyle selectedBorderStyle)
The border style configuration of a free-form layout element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withVisibility(String visibility)
The visibility of an element within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withVisibility(Visibility visibility)
The visibility of an element within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withWidth(String width)
The width of an element within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withXAxisLocation(String xAxisLocation)
The x-axis coordinate of the element.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withYAxisLocation(String yAxisLocation)
The y-axis coordinate of the element.
|
Modifier and Type | Method and Description |
---|---|
List<FreeFormLayoutElement> |
FreeFormSectionLayoutConfiguration.getElements()
The elements that are included in the free-form layout.
|
List<FreeFormLayoutElement> |
FreeFormLayoutConfiguration.getElements()
The elements that are included in a free-form layout.
|
Modifier and Type | Method and Description |
---|---|
FreeFormSectionLayoutConfiguration |
FreeFormSectionLayoutConfiguration.withElements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
|
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.withElements(FreeFormLayoutElement... elements)
The elements that are included in a free-form layout.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeFormSectionLayoutConfiguration.setElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
void |
FreeFormLayoutConfiguration.setElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
|
FreeFormSectionLayoutConfiguration |
FreeFormSectionLayoutConfiguration.withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
|
Copyright © 2023. All rights reserved.