Package io.jmix.flowui.data
Interface SupportsItemsContainer<E>
- Type Parameters:
E- the type of items managed by the container
- All Known Subinterfaces:
SupportsFilterableItemsContainer<E>
- All Known Implementing Classes:
EntityComboBox,GridLayout,JmixCheckboxGroup,JmixListBox,JmixMultiSelectComboBox,JmixMultiSelectComboBoxPicker,JmixMultiSelectListBox,JmixRadioButtonGroup,JmixSelect,JmixVirtualList,TwinColumn
public interface SupportsItemsContainer<E>
Interface to be implemented by components that support handling items
based on a
CollectionContainer.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetItems(CollectionContainer<E> container) Sets items from the passedCollectionContainer.
-
Method Details
-
setItems
Sets items from the passedCollectionContainer.- Parameters:
container- aCollectionContainerto be used as items source- See Also:
-