Package io.jmix.flowui.data
Interface SupportsItemsContainer<E>
- All Known Subinterfaces:
SupportsFilterableItemsContainer<E>
- All Known Implementing Classes:
EntityComboBox
,JmixCheckboxGroup
,JmixListBox
,JmixMultiSelectListBox
,JmixRadioButtonGroup
,JmixSelect
public interface SupportsItemsContainer<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setItems
(CollectionContainer<E> container) Sets items from the passedCollectionContainer
.
-
Method Details
-
setItems
Sets items from the passedCollectionContainer
.- Parameters:
container
- aCollectionContainer
to be used as items source- See Also:
-