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 UiBindingReceiverModifier and TypeClassDescriptionclass
UiBindingReceiverImpl<B extends io.github.mmm.bean.WritableBean>
Implementation ofUiBindingReceiver
.Methods in io.github.mmm.ui.api.binding.data with parameters of type UiBindingReceiverModifier and TypeMethodDescriptionvoid
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)