Interface WithValueMixin<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,​V,​SELF extends com.vaadin.flow.component.HasValue<E,​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 SELF withValue​(V value)
      Chains HasValue.setValue(Object) and returns itself.
      • Methods inherited from interface com.vaadin.flow.component.HasValue

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

      • withValue

        default SELF withValue​(V value)
        Chains HasValue.setValue(Object) and returns itself.
        Parameters:
        value - Value to set.
        Returns:
        This.
        See Also:
        HasValue.setValue(Object)