Package io.jmix.flowui.data.binding
@NonNullApi
package io.jmix.flowui.data.binding
-
InterfacesClassDescriptionDataViewBinding<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,
?, ?>, V> Represents a binding between a UI component and a data provider.BindsHtmlContainerwithValueSource,InstanceContainerorCollectionContainerto show entity property value.Defines the contract for binding mechanisms.Represents a binding mechanism that can be suspended and resumed.Interface defining a contract for objects that support suspendable bindings.ValueBinding<V>Represents a binding between a UI component and aValueSource.