Interface SupportsDataProvider<V>

Type Parameters:
V - the type of item provided by the DataProvider
All Known Implementing Classes:
EntityComboBox, GridLayout, JmixCheckboxGroup, JmixComboBox, JmixListBox, JmixMultiSelectComboBox, JmixMultiSelectComboBoxPicker, JmixMultiSelectListBox, JmixRadioButtonGroup, JmixSelect, JmixVirtualList, TwinColumn

public interface SupportsDataProvider<V>
Defines a contract for components that support the use of a DataProvider to manage and provide their data.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.data.provider.DataProvider<V,?>
    Returns the DataProvider associated with this component.
  • Method Details

    • getDataProvider

      @Nullable com.vaadin.flow.data.provider.DataProvider<V,?> getDataProvider()
      Returns the DataProvider associated with this component.
      Returns:
      the DataProvider instance used for managing and providing data, or null if no data provider is set