Interface FluentHasEnabled<S extends FluentHasEnabled<S>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withEnabled​(boolean enabled)  
      • Methods inherited from interface com.vaadin.flow.component.HasElement

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

        isEnabled, setEnabled
    • Method Detail

      • withEnabled

        default S withEnabled​(boolean enabled)