Interface ContainerHeightAccessor.ContainerHeightBuilder<B extends ContainerHeightAccessor.ContainerHeightBuilder<B>>

    • Method Detail

      • withContainerHeight

        B withContainerHeight​(int aHeight)
        Sets the container height for the container height property.
        Parameters:
        aHeight - The container height to be stored by the container height property.
        Returns:
        The builder for applying multiple build operations.