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

    • Method Detail

      • 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.