Interface ViewportWidthAccessor.ViewportWidthBuilder<B extends ViewportWidthAccessor.ViewportWidthBuilder<B>>

    • Method Detail

      • withViewportWidth

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