Class MultiValueSelectDialog<E>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
io.jmix.flowui.view.StandardListView<E>
io.jmix.flowui.app.multivaluepicker.MultiValueSelectDialog<E>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, MultiValueSelectView<E>, LookupView<E>, MultiSelectLookupView, Serializable

@ViewController("multiValueSelectDialog") @ViewDescriptor("multi-value-select-dialog.xml") @DialogMode(height="30em", minWidth="25em", resizable=true) public class MultiValueSelectDialog<E> extends StandardListView<E> implements MultiValueSelectView<E>
See Also: