Interface UiBindingReceiver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <V> void add​(io.github.mmm.property.ReadableProperty<V> property, io.github.mmm.ui.api.widget.input.UiAbstractInput<V> input)  
    • Method Detail

      • add

        <V> void add​(io.github.mmm.property.ReadableProperty<V> property,
                     io.github.mmm.ui.api.widget.input.UiAbstractInput<V> input)
        Type Parameters:
        V - type of the property value.
        Parameters:
        property - the ReadableProperty that is bound.
        input - the UiAbstractInput bound to the property.