com.vaadin.server.

Interface Setter<BEAN,​FIELDVALUE>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void accept​(BEAN bean, FIELDVALUE fieldvalue)

      Save value to the bean property.

    • Method Detail

      • accept

        void accept​(BEAN bean,
                    FIELDVALUE fieldvalue)

        Save value to the bean property.

        Specified by:

        accept in interface BiConsumer<BEAN,​FIELDVALUE>

        Parameters:

        bean - the target bean

        fieldvalue - the field value to be written to the bean