Interface SupportsDataProvider<V>

All Known Implementing Classes:
EntityComboBox, JmixCheckboxGroup, JmixComboBox, JmixListBox, JmixMultiSelectComboBox, JmixMultiSelectListBox, JmixRadioButtonGroup, JmixSelect

public interface SupportsDataProvider<V>
  • Method Summary

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

    • getDataProvider

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