Uses of Interface
io.github.mmm.ui.api.binding.data.UiBindingReceiver
-
-
Uses of UiBindingReceiver in io.github.mmm.ui.api.binding.data
Classes in io.github.mmm.ui.api.binding.data that implement UiBindingReceiver Modifier and Type Class Description class
UiBindingReceiverImpl<B extends io.github.mmm.bean.WritableBean>
Implementation ofUiBindingReceiver
.Methods in io.github.mmm.ui.api.binding.data with parameters of type UiBindingReceiver Modifier and Type Method Description void
UiDataBinding. bindBean(io.github.mmm.bean.ReadableBean bean, UiBindingReceiver receiver, boolean createGroup)
void
UiDataBinding. bindBean(io.github.mmm.bean.ReadableBean bean, UiBindingReceiver receiver, boolean createGroup, PropertyProvider propertyProvider)
<V> io.github.mmm.ui.api.widget.input.UiInput<V>
UiDataBinding. createInput(io.github.mmm.property.ReadableProperty<V> property, Object source, UiBindingReceiver receiver, boolean bindValue)
-