Module io.github.mmm.ui.api.binding
Interface UiBindingReceiver
- All Known Implementing Classes:
UiBindingReceiverImpl
public interface UiBindingReceiver
Call-back interface receiving
input widgets for properties.- Since:
- 1.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<V> voidadd(io.github.mmm.property.ReadableProperty<V> property, io.github.mmm.ui.api.widget.input.UiAbstractInput<V> input)
-
Method Details
-
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 theproperty value.- Parameters:
property- theReadablePropertythat is bound.input- theUiAbstractInputbound to theproperty.
-