Interface FluentHasSize<S extends FluentHasSize<S>>

    • Method Detail

      • withHeight

        default S withHeight​(String height)
      • withSizeFull

        default S withSizeFull()
      • withSizeUndefined

        default S withSizeUndefined()
      • withWidth

        default S withWidth​(String width)
      • withFullWidth

        default S withFullWidth()
        Sets the width to 100%.
        Returns:
        this (for method chaining)
      • withFullHeight

        default S withFullHeight()
        Sets the height to 100%.
        Returns:
        this (for method chaining)
      • withSize

        default S withSize​(String width,
                           String height)
      • withMinWidth

        default S withMinWidth​(String minWidth)
      • withMaxWidth

        default S withMaxWidth​(String maxWidth)
      • withMinHeight

        default S withMinHeight​(String minHeight)
      • withMaxHeight

        default S withMaxHeight​(String maxHeight)
      • withMinSize

        default S withMinSize​(String width,
                              String height)
      • withMaxSize

        default S withMaxSize​(String width,
                              String height)