public static interface SheetControlLayoutConfiguration.Builder extends SdkPojo, CopyableBuilder<SheetControlLayoutConfiguration.Builder,SheetControlLayoutConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SheetControlLayoutConfiguration.Builder |
gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
SheetControlLayoutConfiguration.Builder |
gridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSheetControlLayoutConfiguration.Builder gridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
gridLayout - The configuration that determines the elements and canvas size options of sheet control.default SheetControlLayoutConfiguration.Builder gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
This is a convenience method that creates an instance of theGridLayoutConfiguration.Builder avoiding
the need to create one manually via GridLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to gridLayout(GridLayoutConfiguration).
gridLayout - a consumer that will call methods on GridLayoutConfiguration.BuildergridLayout(GridLayoutConfiguration)Copyright © 2023. All rights reserved.