Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
GridLayoutElement |
GridLayoutElement.clone() |
GridLayoutElement |
GridLayoutElement.withColumnIndex(Integer columnIndex)
The column index for the upper left corner of an element.
|
GridLayoutElement |
GridLayoutElement.withColumnSpan(Integer columnSpan)
The width of a grid element expressed as a number of grid columns.
|
GridLayoutElement |
GridLayoutElement.withElementId(String elementId)
A unique identifier for an element within a grid layout.
|
GridLayoutElement |
GridLayoutElement.withElementType(LayoutElementType elementType)
The type of element.
|
GridLayoutElement |
GridLayoutElement.withElementType(String elementType)
The type of element.
|
GridLayoutElement |
GridLayoutElement.withRowIndex(Integer rowIndex)
The row index for the upper left corner of an element.
|
GridLayoutElement |
GridLayoutElement.withRowSpan(Integer rowSpan)
The height of a grid element expressed as a number of grid rows.
|
Modifier and Type | Method and Description |
---|---|
List<GridLayoutElement> |
GridLayoutConfiguration.getElements()
The elements that are included in a grid layout.
|
Modifier and Type | Method and Description |
---|---|
GridLayoutConfiguration |
GridLayoutConfiguration.withElements(GridLayoutElement... elements)
The elements that are included in a grid layout.
|
Modifier and Type | Method and Description |
---|---|
void |
GridLayoutConfiguration.setElements(Collection<GridLayoutElement> elements)
The elements that are included in a grid layout.
|
GridLayoutConfiguration |
GridLayoutConfiguration.withElements(Collection<GridLayoutElement> elements)
The elements that are included in a grid layout.
|
Copyright © 2023. All rights reserved.