Class FieldValueBinding<V>

java.lang.Object
io.jmix.flowui.data.binding.impl.AbstractValueBinding<V>
io.jmix.flowui.data.binding.impl.FieldValueBinding<V>
Type Parameters:
V - the value type
All Implemented Interfaces:
JmixBinding, SuspendableBinding, ValueBinding<V>

@Component("flowui_FieldValueBinding") @Scope("prototype") public class FieldValueBinding<V> extends AbstractValueBinding<V>
Implementation of ValueBinding that binds a field component to its corresponding ValueSource.