Package io.jmix.flowui.data
Interface SupportsDataProvider<V>
- Type Parameters:
V- the type of item provided by theDataProvider
- 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 TypeMethodDescriptioncom.vaadin.flow.data.provider.DataProvider<V,?> Returns theDataProviderassociated with this component.
-
Method Details
-
getDataProvider
Returns theDataProviderassociated with this component.- Returns:
- the
DataProviderinstance used for managing and providing data, ornullif no data provider is set
-