Interface FluentThemableLayout<S extends FluentThemableLayout<S>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withBoxSizing​(com.vaadin.flow.component.orderedlayout.BoxSizing boxSizing)  
      default S withMargin​(boolean margin)  
      default S withPadding​(boolean padding)  
      default S withSpacing​(boolean spacing)  
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.orderedlayout.ThemableLayout

        getBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMargin, setPadding, setSpacing
    • Method Detail

      • withMargin

        default S withMargin​(boolean margin)
      • withPadding

        default S withPadding​(boolean padding)
      • withSpacing

        default S withSpacing​(boolean spacing)
      • withBoxSizing

        default S withBoxSizing​(com.vaadin.flow.component.orderedlayout.BoxSizing boxSizing)