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 TypeMethodDescriptionvoidsetOptionsContainer(CollectionContainer<E> container) Sets options from the passedCollectionContainer.
-
Method Details
-
setOptionsContainer
Sets options from the passedCollectionContainer.- Parameters:
container- aCollectionContainerto be used as options source- See Also:
-