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