Interface FluentHasValueAndElement<S extends FluentHasValueAndElement<S,​E,​V>,​E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,​V>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue

        com.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withReadOnly​(boolean readOnly)  
      default S withRequiredIndicatorVisible​(boolean requiredIndicatorVisible)  
      default S withValue​(V value)  
      default S withValueChangeListener​(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<V>> listener)  
      • Methods inherited from interface com.vaadin.flow.component.HasElement

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

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasValue

        addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible, setValue
    • Method Detail

      • withReadOnly

        default S withReadOnly​(boolean readOnly)
      • withRequiredIndicatorVisible

        default S withRequiredIndicatorVisible​(boolean requiredIndicatorVisible)
      • withValue

        default S withValue​(V value)
      • withValueChangeListener

        default S withValueChangeListener​(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<V>> listener)