Package io.jmix.ui.component
Interface SupportsOptionsContainer<E>
- All Known Subinterfaces:
EntityComboBox<V>
- All Known Implementing Classes:
EntityComboBoxImpl
public interface SupportsOptionsContainer<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOptionsContainer
(CollectionContainer<E> container) Sets options from the passedCollectionContainer
.
-
Method Details
-
setOptionsContainer
Sets options from the passedCollectionContainer
.- Parameters:
container
- aCollectionContainer
to be used as options source- See Also:
-