Interface DataViewBinding<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,?,?>,V>

All Superinterfaces:
JmixBinding
All Known Implementing Classes:
DataViewBindingImpl

public interface DataViewBinding<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,?,?>,V> extends JmixBinding
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.vaadin.flow.data.provider.DataProvider<V,?>
     

    Methods inherited from interface io.jmix.flowui.data.binding.JmixBinding

    bind, unbind
  • Method Details

    • getComponent

      C getComponent()
    • getDataProvider

      com.vaadin.flow.data.provider.DataProvider<V,?> getDataProvider()