Package io.jmix.flowui.data.binding
Interface ValueBinding<V>
- All Superinterfaces:
JmixBinding
- All Known Implementing Classes:
AbstractValueBinding
,FieldValueBinding
-
Method Summary
Methods inherited from interface io.jmix.flowui.data.binding.JmixBinding
bind, unbind
-
Method Details
-
getValueSource
ValueSource<V> getValueSource() -
getComponent
com.vaadin.flow.component.HasValue<?,V> getComponent() -
activate
void activate()
-