Interface ContainerWidthAccessor.ContainerWidthBuilder<B extends ContainerWidthAccessor.ContainerWidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ContainerDimension.ContainerDimensionBuilder<B>
Enclosing interface:
ContainerWidthAccessor

public static interface ContainerWidthAccessor.ContainerWidthBuilder<B extends ContainerWidthAccessor.ContainerWidthBuilder<B>>
Provides a builder method for a container width property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withContainerWidth(int aWidth)
    Sets the container width for the container width property.
  • Method Details

    • withContainerWidth

      B withContainerWidth(int aWidth)
      Sets the container width for the container width property.
      Parameters:
      aWidth - The container width to be stored by the container width property.
      Returns:
      The builder for applying multiple build operations.