Package io.jmix.flowui.component
Interface LookupComponent<T>
- All Known Subinterfaces:
- LookupComponent.MultiSelectLookupComponent<T>
- All Known Implementing Classes:
- DataGrid,- EntityComboBox,- EntityPicker,- TreeDataGrid
public interface LookupComponent<T>
A component which can be set as lookup component for a view.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interface
- 
Method Summary
- 
Method Details- 
getSelectedItems- Returns:
- items selected in this lookup component
 
 
-